Update the ruby versions to test this gem with

This commit is contained in:
Akinori MUSHA 2022-05-25 11:23:16 +09:00
parent c4b73bfa4f
commit e8b7de0c54

View file

@ -15,10 +15,10 @@ jobs:
matrix:
os: [ubuntu]
# We still kind of support Ruby 1.8.7
ruby: [2.5, 2.6, 2.7, 3.0, head, jruby]
ruby: [2.7, "3.0", 3.1, head, jruby]
name: >-
${{matrix.os}}-ruby${{matrix.ruby}}
${{matrix.os}}:ruby-${{matrix.ruby}}
runs-on: ${{matrix.os}}-latest
continue-on-error: ${{matrix.ruby == 'head' || matrix.ruby == 'jruby'}}