Skip to content

Commit 841954c

Browse files
authored
Add Ruby 3.3 to CI matrix (#849)
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.
1 parent a14ec63 commit 841954c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- "3.0"
2020
- "3.1"
2121
- "3.2"
22+
- "3.3"
2223
os:
2324
- ubuntu
2425
# At the moment of this commit various specs fail on Windows.

0 commit comments

Comments
 (0)