Skip to content

Commit 5d83283

Browse files
authored
Merge pull request #234 from boimw/master
Add Ruby 3.4 to CI
2 parents a4d23d1 + 93ab15f commit 5d83283

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
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby: [ ruby-head, '3.3','3.2', '3.1', '3.0', '2.7', truffleruby ]
11+
ruby: [ ruby-head, '3.4', '3.3','3.2', '3.1', '3.0', truffleruby ]
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2

0 commit comments

Comments
 (0)