DEV: Fix the CI workflow

See: https://github.com/actions/setup-ruby/pull/52
This commit is contained in:
Jarek Radosz 2020-01-20 18:51:55 +01:00 committed by GitHub
parent 2dd1ff79b4
commit 23b9da6b1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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' ]