Set fail-fast to false.

So we can see the 8.8.1 failure while checking the others.
This commit is contained in:
John MacFarlane 2019-09-17 09:20:41 -07:00
parent 55cf0331e7
commit 5ee48c0381

View file

@ -29,6 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
versions:
- ghc: '8.0.2'