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 cc8f1fc commit 96b1a3bCopy full SHA for 96b1a3b
.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.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10', '9.12']
11
os: ['ubuntu-latest', 'macos-latest']
0 commit comments