1 parent a618872 commit 53012ebCopy full SHA for 53012eb
1 file changed
.github/workflows/haskell-ci.yml
@@ -23,7 +23,7 @@ jobs:
23
timeout-minutes:
24
60
25
container:
26
- image: buildpack-deps:bionic
+ image: buildpack-deps:jellyfish
27
continue-on-error: ${{ matrix.allow-failure }}
28
strategy:
29
matrix:
@@ -32,7 +32,22 @@ jobs:
32
compilerKind: ghc
33
compilerVersion: 9.4.8
34
setup-method: ghcup
35
+ allow-failure: true
36
+ - compiler: ghc-9.6.6
37
+ compilerKind: ghc
38
+ compilerVersion: 9.6.7
39
+ setup-method: ghcup
40
allow-failure: false
41
+ - compiler: ghc-9.10.2
42
43
+ compilerVersion: 9.10.2
44
45
+ allow-failure: false
46
+ - compiler: ghc-9.12.2
47
48
+ compilerVersion: 9.12.2
49
50
51
fail-fast: false
52
steps:
53
- name: apt
0 commit comments