Skip to content

Commit 29da6ce

Browse files
mjankowskijgarber623
authored andcommitted
Add newer rubies to CI matrix
1 parent cd6ba15 commit 29da6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]
27+
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "4.0"]
2828
steps:
2929
- uses: actions/checkout@v6
3030
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)