CI: don't fail fast so we can figure out...

which base versions need MonadPlus imported.
This commit is contained in:
John MacFarlane
2025-11-29 18:44:53 +01:00
parent fc4b6200bb
commit 0d8cc2fa8b
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: true
fail-fast: false # for now
matrix:
versions:
- ghc: '8.10'