Skip to content

Commit

Permalink
Add ruby 3.4 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
teeparham committed Jan 1, 2025
1 parent 010157d commit 7b729e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
continue-on-error: ${{ matrix.flaky }}
strategy:
matrix:
ruby-version: ["3.0", "3.1", "3.2", "3.3", "jruby-9.4"]
ruby-version: ["3.0", "3.1", "3.2", "3.3", "3.4", "jruby-9.4"]
flaky: [false]
include:
- ruby-version: "ruby-head"
Expand Down

0 comments on commit 7b729e5

Please sign in to comment.