Skip to content

Commit 447e273

Browse files
committed
CI against Ruby 3.4
Ruby 3.4 has been released, and support for Ruby 3.4.0 and 3.4.1 was added to setup-ruby: ruby/setup-ruby#679
1 parent d058c88 commit 447e273

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)