Skip to content

Commit 5d78dea

Browse files
authored
Merge pull request #483 from koic/ci_against_ruby_34
CI against Ruby 3.4
2 parents d058c88 + 447e273 commit 5d78dea

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', '3.3', 'head']
25+
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', 'head']
2626

2727
steps:
2828
- name: checkout

0 commit comments

Comments
 (0)