Add Ruby 3.2 to the CI matrix. (#169)

This commit is contained in:
Peter Goldstein 2022-12-25 10:14:48 -05:00 committed by GitHub
parent 428c06f342
commit d8bee941c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "jruby"]
ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "jruby"]
experimental: [false]
include:
- ruby: "truffleruby"