Skip to content

Commit 078f365

Browse files
authored
Merge pull request tmm1#230 from s4na/ruby3.3
Add Ruby 3.3 to CI
2 parents ebdd3af + 02b866a commit 078f365

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.2', '3.1', '3.0', '2.7', truffleruby ]
11+
ruby: [ ruby-head, '3.3','3.2', '3.1', '3.0', '2.7', truffleruby ]
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2

0 commit comments

Comments
 (0)