Skip to content

Commit

Permalink
Add Ruby 3.3 to test matrix (#41)
Browse files Browse the repository at this point in the history
This PR adds Ruby 3.3 to our CI workflow.

Adding 3.4 is a little more complicated because there aren't any
versions of Nokogiri that support both Ruby 3.0 and Ruby 3.4.
  • Loading branch information
rzane authored Jan 22, 2025
1 parent 216a038 commit 3294090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.0", "3.1", "3.2"]
ruby: ["3.0", "3.1", "3.2", "3.3"]
gemfile:
- gemfiles/rails_6_1.gemfile
- gemfiles/rails_7_0.gemfile
Expand Down

0 comments on commit 3294090

Please sign in to comment.