Skip to content

Commit 0e15988

Browse files
authored
Merge pull request #104 from input-output-hk/jdral/ci-9.2.8
Use `ghc-9.2.8` in CI.
2 parents 03e303b + 8894901 commit 0e15988

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.2"]
1717
cabal: ["3.8.1.0"]
1818
os: [ubuntu-latest, macos-latest, windows-latest]
1919

@@ -156,7 +156,7 @@ jobs:
156156
uses: haskell/actions/setup@v2
157157
id: setup-haskell
158158
with:
159-
ghc-version: 9.2.7
159+
ghc-version: 9.2.8
160160
cabal-version: 3.8.1.0
161161

162162
- name: "Setup cabal bin path"

0 commit comments

Comments
 (0)