DEV: Fix the CI workflow
See: https://github.com/actions/setup-ruby/pull/52
This commit is contained in:
parent
2dd1ff79b4
commit
23b9da6b1c
|
@ -31,7 +31,7 @@ jobs:
|
|||
build_types: [ 'BACKEND', 'FRONTEND', 'LINT' ]
|
||||
target: [ 'PLUGINS', 'CORE' ]
|
||||
os: [ ubuntu-latest ]
|
||||
ruby: [ '2.6.3' ]
|
||||
ruby: [ '2.6' ]
|
||||
postgres: [ '10' ]
|
||||
redis: [ '4.x' ]
|
||||
|
||||
|
|
Loading…
Reference in New Issue