Skip to content

Commit 4595ca7

Browse files
authored
Add newer rubies to CI matrix (#48)
Repackages #47 with signed commit.
2 parents cd6ba15 + 29da6ce commit 4595ca7

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)