We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f0b7f commit a80066cCopy full SHA for a80066c
.github/workflows/ci.yml
@@ -27,6 +27,7 @@ jobs:
27
runs-on: ubuntu-latest
28
needs: ['rubocop']
29
strategy:
30
+ fail-fast: false
31
matrix:
32
ruby-version: ['2.7', '3.0', '3.1', 'head']
33
grape-version: [1.6.2, 1.5.3]
0 commit comments