Skip to content

Commit 2881885

Browse files
committed
Revert "CI: GHC 9.4.4"
This reverts commit b900068.
1 parent 197e2d9 commit 2881885

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
matrix:
2020
include:
2121
- os: "windows-latest"
22-
ghc-version: "9.4.4"
22+
ghc-version: "9.2.4"
2323
- os: "ubuntu-latest"
24-
ghc-version: "9.4.4"
24+
ghc-version: "9.2.4"
2525
- os: "macos-latest"
2626
ghc-version: "9.0.1"
2727

@@ -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: |

pandoc-plot.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ tested-with: GHC == 8.10.4,
1818
GHC == 9.0.1,
1919
GHC == 9.0.1,
2020
GHC == 9.2.1,
21-
GHC == 9.2.2,
22-
GHC == 9.4.4
21+
GHC == 9.2.2
2322
extra-source-files:
2423
CHANGELOG.md
2524
LICENSE

0 commit comments

Comments
 (0)