Skip to content

Commit

Permalink
Merge pull request #55 from Fryguy/test_ruby_31_33
Browse files Browse the repository at this point in the history
Test with Ruby 3.1 and 3.3
  • Loading branch information
kbrock authored Nov 20, 2024
2 parents f685982 + 7966e40 commit 1ed3f2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
strategy:
matrix:
ruby-version:
- '3.0'
- '3.1'
- '3.3'
env:
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
steps:
Expand Down

0 comments on commit 1ed3f2e

Please sign in to comment.