Skip to content

Commit 9975a46

Browse files
authored
Merge pull request #1223 from koic/ci_against_ruby_3_3
CI against Ruby 3.3
2 parents 8c614f8 + c277298 commit 9975a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu]
25-
ruby: ['2.7', '3.0', '3.1', '3.2', 'head']
25+
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', 'head']
2626

2727
steps:
2828
- name: checkout

0 commit comments

Comments
 (0)