Skip to content

Commit

Permalink
Add ruby version 3.3 to the CI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Feb 23, 2024
1 parent 9840d5c commit 101f2ec
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 @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu]
ruby: ['2.7', '3.0', '3.1', '3.2', head, jruby, jruby-head, truffleruby, truffleruby-head]
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', head, jruby, jruby-head, truffleruby, truffleruby-head]
include:
- os: macos
ruby: '3.0'
Expand Down

0 comments on commit 101f2ec

Please sign in to comment.