Add Ruby 3.2 to CI

This commit is contained in:
kojix2 2022-12-25 21:00:53 +09:00 committed by GitHub
parent 16525233f3
commit 85ed440c52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ 'ubuntu', 'macos' ]
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1' ]
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2' ]
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1