Skip to content

Commit a58067d

Browse files
authored
Add Ruby 4.0 to matrix (#193)
1 parent a5d546b commit a58067d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ jobs:
1010
tests:
1111
name: Ruby ${{ matrix.ruby }}, Rails ${{ matrix.rails }}
1212
runs-on: ubuntu-latest
13-
continue-on-error: ${{ matrix.ruby == 'head' }}
1413

1514
strategy:
1615
fail-fast: false
1716
matrix:
18-
ruby: ["3.2", "3.3", "3.4", "head"]
17+
ruby: ["3.2", "3.3", "3.4", "4.0"]
1918
rails: ["7.2", "8.0", "8.1"]
2019

2120
services:

0 commit comments

Comments
 (0)