Skip to content

Commit 330a717

Browse files
authored
Add Ruby 3.4 to CI. (#5)
1 parent c362761 commit 330a717

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
ruby-version: ['3.1', '3.2', '3.3', 'head']
23+
ruby-version: ['3.1', '3.2', '3.3', '3.4', 'head']
2424
continue-on-error: ${{ matrix.ruby-version == 'head' }}
2525

2626
steps:

0 commit comments

Comments
 (0)