Skip to content

Commit a8a7458

Browse files
committed
Multi-OS CI: add GHC 9.6, restrict to last 3 versions
1 parent aa51b49 commit a8a7458

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
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
ghc: ['9.4.4', '9.2.5', '9.0.2', '8.10.7']
20+
ghc: ['9.6.2', '9.4.5', '9.2.8']
2121
os: [ubuntu-latest, macOS-latest, windows-latest]
2222
steps:
2323
- uses: actions/checkout@v3
@@ -26,7 +26,7 @@ jobs:
2626
id: setup
2727
with:
2828
ghc-version: ${{ matrix.ghc }}
29-
cabal-version: '3.8.1.0'
29+
# cabal-version: '3.8.1.0'
3030
cabal-update: true
3131

3232
- name: Cache

0 commit comments

Comments
 (0)