Add Ruby 3.1 to CI (#1374)

This commit is contained in:
Peter Goldstein 2022-01-07 14:08:29 -08:00 committed by GitHub
parent 9825916400
commit 295f112356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.6', '2.7', '3.0', truffleruby-head ]
ruby: [ '2.6', '2.7', '3.0', '3.1', truffleruby-head ]
steps:
- uses: actions/checkout@v2