Skip to content

Commit 1f6b868

Browse files
committed
Revert "Remove CI with GHC 9.4 for now"
This reverts commit 4992932.
1 parent 11828d2 commit 1f6b868

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
strategy:
3333
matrix:
3434
include:
35+
- compiler: ghc-9.4.2
36+
compilerKind: ghc
37+
compilerVersion: 9.4.2
38+
setup-method: ghcup
39+
allow-failure: false
3540
- compiler: ghc-9.2.4
3641
compilerKind: ghc
3742
compilerVersion: 9.2.4

strict-containers-lens/strict-containers-lens.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ tested-with:
2121
|| ==8.10.7
2222
|| ==9.0.2
2323
|| ==9.2.4
24+
|| ==9.4.2
2425

2526
library
2627
default-language: Haskell2010

strict-containers-serialise/strict-containers-serialise.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ tested-with:
2020
|| ==8.10.7
2121
|| ==9.0.2
2222
|| ==9.2.4
23+
|| ==9.4.2
2324

2425
library
2526
default-language: Haskell2010

strict-containers-tests/strict-containers-tests.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ tested-with:
1616
|| ==8.10.7
1717
|| ==9.0.2
1818
|| ==9.2.4
19+
|| ==9.4.2
1920

2021
test-suite strictness-tests
2122
default-language: Haskell2010

strict-containers/strict-containers.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ tested-with:
6464
|| ==8.10.7
6565
|| ==9.0.2
6666
|| ==9.2.4
67+
|| ==9.4.2
6768

6869
library
6970
default-language: Haskell2010

0 commit comments

Comments
 (0)