Skip to content

Commit 0102fbe

Browse files
committed
CI: add GHC 9.4
1 parent 7637761 commit 0102fbe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: cabal test - GHC ${{ matrix.ghc-version }}
1111
strategy:
1212
matrix:
13-
ghc-version: [96, 98, 910, 912]
13+
ghc-version: [94, 96, 98, 910, 912]
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
stack-ghc-version = "ghc9103";
1414

1515
# Versions used by CI's Cabal-based matrix
16-
ci-ghc-versions = ["96" "98" "910" "912"];
16+
ci-ghc-versions = ["94" "96" "98" "910" "912"];
1717

1818
cabal-docspec = import ./nix/cabal-docspec.nix { inherit pkgs; };
1919

0 commit comments

Comments
 (0)