mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Use 2.5.9 ruby version for gh actions
This commit is contained in:
parent
c8ed04735b
commit
8538eea7c2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/spec.yml
vendored
4
.github/workflows/spec.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
linters:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
OSEM_RUBY_VERSION: 2.5.8
|
||||
OSEM_RUBY_VERSION: 2.5.9
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ruby/setup-ruby@v1
|
||||
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
name: spec
|
||||
env:
|
||||
OSEM_DB_ADAPTER: sqlite3
|
||||
OSEM_RUBY_VERSION: 2.5.8
|
||||
OSEM_RUBY_VERSION: 2.5.9
|
||||
RAILS_ENV: test
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue