Skip to content

Commit a5d546b

Browse files
authored
Add ruby-head to CI (#191)
But allow it to fail
1 parent 9b98b65 commit a5d546b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

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

1415
strategy:
1516
fail-fast: false
1617
matrix:
17-
ruby: ["3.2", "3.3", "3.4"]
18+
ruby: ["3.2", "3.3", "3.4", "head"]
1819
rails: ["7.2", "8.0", "8.1"]
19-
continue-on-error: [false]
2020

2121
services:
2222
postgres:

0 commit comments

Comments
 (0)