Skip to content

Commit c5197a2

Browse files
committed
Add Ruby 3.4 to the matrix
1 parent 93be5e4 commit c5197a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
continue-on-error: true
1212
strategy:
1313
matrix:
14-
ruby: [ "3.3", "3.2", "3.1" ]
14+
ruby: [ "3.4", "3.3", "3.2", "3.1" ]
1515
rails: [ "8.0", "7.1", "7.0", "6.1" ]
1616
# Rails 8 needs Ruby 3.2 or higher
1717
exclude:

0 commit comments

Comments
 (0)