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 11d776e commit 27a2dacCopy full SHA for 27a2dac
.github/workflows/haskell-ci.yml
@@ -29,6 +29,8 @@ jobs:
29
continue-on-error: ${{ matrix.allow-failure }}
30
strategy:
31
matrix:
32
+ compiler: [ghc-9.10.2,ghc-9.8.4,ghc-9.6.7,ghc-9.4.8,ghc-9.2.8,ghc-9.0.2,ghc-8.10.7,ghc-8.8.4]
33
+ animal: [cat, dog]
34
include:
35
- compiler: ghc-9.10.2
36
compilerKind: ghc
0 commit comments