Skip to content

Commit

Permalink
Add Ruby 3.3 to CI matrix (#849)
Browse files Browse the repository at this point in the history
It might be a good idea to also update the `main` branch protection
rules to require that the 3.2 and 3.3 jobs succeed. Right now only 2.7,
3.0, and 3.1 are required. A repository admin will need to make this
change.
  • Loading branch information
mattbrictson authored May 12, 2024
1 parent a14ec63 commit 841954c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
os:
- ubuntu
# At the moment of this commit various specs fail on Windows.
Expand Down

0 comments on commit 841954c

Please sign in to comment.