We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4db4ac + 5efbe86 commit c811884Copy full SHA for c811884
.github/workflows/haskell.yml
@@ -5,6 +5,7 @@ on: [push, pull_request]
5
jobs:
6
build:
7
strategy:
8
+ fail-fast: false
9
matrix:
10
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.5', '9.4.5', '9.6.1', '9.8.2', '9.10.1', '9.12.1']
11
os: ['ubuntu-latest', 'macos-latest']
0 commit comments