add Ruby 3.1 to CI

This commit is contained in:
Taichi Ishitani 2021-12-29 22:16:01 +09:00 committed by Marc Siegel
parent 708db368d5
commit 5372c8281d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
matrix:
os: [ubuntu-latest]
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: [jruby, truffleruby, 2.5, 2.6, 2.7, '3.0', head]
ruby: [jruby, truffleruby, 2.5, 2.6, 2.7, '3.0', '3.1', head]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3.0.0