Defines exact ruby verison (#2256)

This commit is contained in:
Keijo Raamat 2021-12-28 10:35:12 +02:00 committed by GitHub
parent e046ee5c58
commit a2c1b9cc2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-18.04]
ruby: [ 2.7, 3.0 ]
ruby: [ '2.7', '3.0.3' ]
runs-on: ${{ matrix.os }}
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
steps:
@ -88,7 +88,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ 2.7, 3.0 ]
ruby: [ '2.7', '3.0.3' ]
runs-on: ubuntu-18.04
env: