Raise ruby version

This commit is contained in:
Alex Sherman 2021-01-14 18:35:31 +05:00
parent 9515601549
commit c57f058ff9
3 changed files with 3 additions and 3 deletions

View file

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