Skip to content

Commit

Permalink
Merge pull request #577 from kbrock/ruby3.3
Browse files Browse the repository at this point in the history
test with ruby 3.3
  • Loading branch information
bdunne authored Nov 5, 2024
2 parents e569655 + 089b2ea commit a9e4135
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 @@ -12,7 +12,8 @@ jobs:
strategy:
matrix:
ruby-version:
- '3.0'
- '3.1'
- '3.3'
env:
BUNDLE_PATH: scripts/vendor/bundle
steps:
Expand Down

0 comments on commit a9e4135

Please sign in to comment.