Add Ruby 3.1 to the CI matrix (#1028)

This commit is contained in:
Peter Goldstein 2022-04-15 08:53:23 -07:00 committed by GitHub
parent 9d8d396327
commit e90312a154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [2.3, 2.4, 2.5, 2.6, 2.7, 3.0, jruby-9.2.16.0, truffleruby-head]
ruby-version: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, jruby-9.2.16.0, truffleruby-head]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby