Skip to content

Commit

Permalink
Merge pull request #136 from petergoldstein/feature/add_ruby_3_2_to_ci
Browse files Browse the repository at this point in the history
Adds Ruby 3.2 to the CI matrix.
  • Loading branch information
jkowens committed Jan 24, 2023
2 parents 47b6265 + bdc93be commit 377855b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: [2.6, 2.7, '3.0', 3.1, head, truffleruby]
ruby: [2.6, 2.7, '3.0', 3.1, 3.2, head, truffleruby]
include:
- { ruby: jruby-9.3, allow-failure: true }
steps:
Expand Down

0 comments on commit 377855b

Please sign in to comment.