mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Update default ruby version to 2.5.9
openSUSE 15.2 switched to this ruby version.
This commit is contained in:
parent
04ddca5f0e
commit
24455cc8f1
5 changed files with 4 additions and 6 deletions
3
.github/workflows/spec.yml
vendored
3
.github/workflows/spec.yml
vendored
|
|
@ -10,8 +10,6 @@ on:
|
|||
jobs:
|
||||
linters:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
OSEM_RUBY_VERSION: 2.5.9
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ruby/setup-ruby@v1
|
||||
|
|
@ -26,7 +24,6 @@ jobs:
|
|||
name: spec
|
||||
env:
|
||||
OSEM_DB_ADAPTER: sqlite3
|
||||
OSEM_RUBY_VERSION: 2.5.9
|
||||
RAILS_ENV: test
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue