Skip to content

Commit 5e70f56

Browse files
committed
Revert "CI: build with GHC 9.4.2"
This reverts commit ebe4541.
1 parent b850c16 commit 5e70f56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
matrix:
2020
include:
2121
- os: "windows-latest"
22-
ghc-version: "9.4.2"
22+
ghc-version: "9.2.1"
2323
- os: "ubuntu-latest"
24-
ghc-version: "9.4.2"
24+
ghc-version: "9.2.2"
2525
- os: "macos-latest"
26-
ghc-version: "9.4.2"
26+
ghc-version: "9.0.1"
2727

2828
runs-on: ${{ matrix.os }}
2929

@@ -35,7 +35,7 @@ jobs:
3535
id: setup-haskell
3636
with:
3737
ghc-version: ${{ matrix.ghc-version }}
38-
cabal-version: '3.8.1.0'
38+
cabal-version: '3.6.2.0'
3939

4040
- name: Set PATH for cabal-installed executables
4141
run: |

0 commit comments

Comments
 (0)