Skip to content

Commit adbd1c9

Browse files
MatheusRichclaude
andcommitted
Add Ruby 4.0 to CI matrix
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4757663 commit adbd1c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Ruby ${{ matrix.ruby }} / Rails ${{ matrix.rails }}
1414
strategy:
1515
matrix:
16-
ruby: [ '3.2', '3.3', '3.4' ]
16+
ruby: [ '3.2', '3.3', '3.4', '4.0' ]
1717
rails: [ '7.x', '8.x' ]
1818
steps:
1919
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)