Skip to content

Commit

Permalink
Merge pull request #220 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
rmm5t authored Dec 29, 2022
2 parents 4e1a96f + 24f87e6 commit 9e4b69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [2.7, "3.0", 3.1]
ruby: [2.7, "3.0", 3.1, 3.2]
bundler: [default]
gemfile:
- active_support_6
Expand Down

0 comments on commit 9e4b69e

Please sign in to comment.