Skip to content

Commit 45f192f

Browse files
committed
CI: Build with ghc 9.12 and update cache action
Also drop building with GHC versions lower than `9.6`.
1 parent 347c99e commit 45f192f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ghc: [ "8.10.7", "9.2.7", "9.6.6", "9.8.2", "9.10.1" ]
16+
ghc: [ "9.6", "9.8", "9.10", "9.12" ]
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818

1919
steps:
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set cache version
5252
run: echo "CACHE_VERSION=9w76Z3Q" >> $GITHUB_ENV
5353

54-
- uses: actions/cache@v2
54+
- uses: actions/cache@v4
5555
name: Cache cabal store
5656
with:
5757
path: ${{ steps.setup-haskell.outputs.cabal-store }}

0 commit comments

Comments
 (0)