Skip to content

Commit bb47332

Browse files
committed
CI: build with GHC 9.8.2
1 parent 666d943 commit bb47332

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@ jobs:
1919
matrix:
2020
include:
2121
- os: "windows-latest"
22-
ghc-version: "9.2.7"
22+
ghc-version: "9.8.2"
2323
- os: "ubuntu-latest"
24-
ghc-version: "9.4.4"
24+
ghc-version: "9.8.2"
2525
- os: "macos-latest"
26-
ghc-version: "9.0.1"
26+
ghc-version: "9.8.2"
2727

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

3030
steps:
3131
- uses: actions/checkout@v2
3232

3333
- name: Install cabal/ghc
34-
uses: haskell/actions/setup@v2
34+
uses: haskell-actions/setup@v2
3535
id: setup-haskell
3636
with:
3737
ghc-version: ${{ matrix.ghc-version }}
38-
cabal-version: '3.10.1.0'
38+
cabal-version: '3.10.3.0'
3939

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

0 commit comments

Comments
 (0)