Skip to content

Commit

Permalink
Add Ruby 3.3 to the CI test matrix
Browse files Browse the repository at this point in the history
Ruby 3.3 is available and some systems will ship with it soon, so make
sure the test suite is run with this version of Ruby so that we can spot
issues before they hit everyone.
  • Loading branch information
smortex committed Jun 15, 2024
1 parent 3cb951c commit 2c82d32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
steps:
- uses: actions/checkout@v4
- name: Setup Ruby
Expand Down

0 comments on commit 2c82d32

Please sign in to comment.