Skip to content

Commit

Permalink
Add Ruby 3.2 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pepijnve committed Oct 31, 2024
1 parent c415305 commit 88b60c0
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 @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
ruby: [jruby, 2.3, 2.4, 2.5, 2.6, 2.7]
ruby: [jruby, 2.3, 2.4, 2.5, 2.6, 2.7, 3.2]
os: [ubuntu-latest]
rubyopt: [""]
include:
Expand Down

0 comments on commit 88b60c0

Please sign in to comment.