Skip to content

Commit 630fafd

Browse files
Merge pull request #377 from jonathanhefner/ci-ruby-3_4
Test with Ruby 3.4
2 parents 141f755 + 956dc56 commit 630fafd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- '3.1'
1919
- '3.2'
2020
- '3.3'
21+
- '3.4'
2122
- 'ruby-head'
2223

2324
steps:
@@ -32,3 +33,4 @@ jobs:
3233
- name: Test
3334
run: |
3435
bundle exec rake
36+
continue-on-error: true

0 commit comments

Comments
 (0)