Set fail-fast to false.
So we can see the 8.8.1 failure while checking the others.
This commit is contained in:
parent
55cf0331e7
commit
5ee48c0381
1 changed files with 1 additions and 0 deletions
1
.github/workflows/haskell.yml
vendored
1
.github/workflows/haskell.yml
vendored
|
@ -29,6 +29,7 @@ jobs:
|
|||
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
versions:
|
||||
- ghc: '8.0.2'
|
||||
|
|
Loading…
Add table
Reference in a new issue