Skip to content

Commit

Permalink
Tests ruby version (#857)
Browse files Browse the repository at this point in the history
* Refactors ruby versions used in tests
  • Loading branch information
keijoraamat authored Nov 25, 2021
1 parent 9d4f0e2 commit ef87a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-18.04]
ruby: [ 2.7, 3.0 ]
ruby: [ '2.7', '3.0.2' ]
runs-on: ${{ matrix.os }}
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
steps:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-18.04 ]
ruby: [ 2.7, 3.0 ]
ruby: ['2.7', '3.0.2' ]
runs-on: ubuntu-18.04

env:
Expand Down

0 comments on commit ef87a11

Please sign in to comment.