We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f705c5 commit c4ccf8fCopy full SHA for c4ccf8f
1 file changed
.github/workflows/haskell-ci.yml
@@ -32,9 +32,14 @@ jobs:
32
strategy:
33
matrix:
34
include:
35
- - compiler: ghc-9.8.1
+ - compiler: ghc-9.10.1
36
compilerKind: ghc
37
- compilerVersion: 9.8.1
+ compilerVersion: 9.10.1
38
+ setup-method: ghcup
39
+ allow-failure: false
40
+ - compiler: ghc-9.8.2
41
+ compilerKind: ghc
42
+ compilerVersion: 9.8.2
43
setup-method: ghcup
44
allow-failure: false
45
- compiler: ghc-9.6.3
0 commit comments