We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54980cc + a797ef0 commit 360f57dCopy full SHA for 360f57d
.github/workflows/ci.yml
@@ -29,6 +29,7 @@ jobs:
29
test:
30
name: test (Rails ${{ matrix.rails_version }}, Ruby ${{ matrix.ruby_version }})
31
runs-on: ubuntu-latest
32
+ continue-on-error: ${{ matrix.ruby_version == 'head' }}
33
strategy:
34
fail-fast: false
35
matrix:
docs/CHANGELOG.md
@@ -10,6 +10,10 @@ nav_order: 6
10
11
## main
12
13
+* Allow ruby-head CI job to fail without failing workflow.
14
+
15
+ *Hakan Ensari*
16
17
* Fix bug where error line numbers were incorrect in Rails 8.1.
18
19
*Joel Hawksley*
0 commit comments