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.
1 parent 5170668 commit f5752b3Copy full SHA for f5752b3
.github/workflows/build-all-versions.yml
@@ -70,6 +70,7 @@ jobs:
70
name: stack / ghc ${{ matrix.ghc }}
71
runs-on: ${{ matrix.ghc == '7.10.3' && 'ubuntu-20.04' || 'ubuntu-latest' }}
72
strategy:
73
+ fail-fast: false
74
matrix:
75
stack: ["latest"]
76
ghc: ["8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.6.6"]
0 commit comments