Skip to content

Commit 1f61510

Browse files
committed
Add ruby 4.0 to CI matrix
1 parent 542e003 commit 1f61510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
ruby: [ '3.2', '3.3', '3.4' ]
20+
ruby: [ '3.2', '3.3', '3.4', '4.0' ]
2121
gemfile: [rails.7.2.activerecord, rails.8.0.activerecord]
2222
name: ${{ matrix.ruby }}-${{ matrix.gemfile }}
2323

0 commit comments

Comments
 (0)