Skip to content

Commit 0e08897

Browse files
committed
Add ruby 3.4 to the build matrix
1 parent ea4879d commit 0e08897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ruby: ['3.2', '3.3', jruby-9.4, jruby-head, ruby-head]
16+
ruby: ['3.2', '3.3', '3.4', jruby-9.4, jruby-head, ruby-head]
1717
rails_version:
1818
- '7.0.0'
1919
- '7.1.0'

0 commit comments

Comments
 (0)