Skip to content

Commit 1515b9e

Browse files
committed
Use ghc-9.2.8 in CI.
1 parent dccf0a7 commit 1515b9e

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.4.4", "9.6.1"]
16+
ghc: ["8.10.7", "9.2.8", "9.4.4", "9.6.1"]
1717
cabal: ["3.8.1.0"]
1818
os: [ubuntu-latest, macos-latest, windows-latest]
1919

@@ -153,7 +153,7 @@ jobs:
153153
uses: haskell/actions/setup@v2
154154
id: setup-haskell
155155
with:
156-
ghc-version: 9.2.7
156+
ghc-version: 9.2.8
157157
cabal-version: 3.8.1.0
158158

159159
- name: "Setup cabal bin path"

0 commit comments

Comments
 (0)