Skip to content

Commit 53012eb

Browse files
committed
Try to update CI image and GHC versions
1 parent a618872 commit 53012eb

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

.github/workflows/haskell-ci.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
timeout-minutes:
2424
60
2525
container:
26-
image: buildpack-deps:bionic
26+
image: buildpack-deps:jellyfish
2727
continue-on-error: ${{ matrix.allow-failure }}
2828
strategy:
2929
matrix:
@@ -32,7 +32,22 @@ jobs:
3232
compilerKind: ghc
3333
compilerVersion: 9.4.8
3434
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
3540
allow-failure: false
41+
- compiler: ghc-9.10.2
42+
compilerKind: ghc
43+
compilerVersion: 9.10.2
44+
setup-method: ghcup
45+
allow-failure: false
46+
- compiler: ghc-9.12.2
47+
compilerKind: ghc
48+
compilerVersion: 9.12.2
49+
setup-method: ghcup
50+
allow-failure: true
3651
fail-fast: false
3752
steps:
3853
- name: apt

0 commit comments

Comments
 (0)