Skip to content

Commit

Permalink
Merge pull request #104 from input-output-hk/jdral/ci-9.2.8
Browse files Browse the repository at this point in the history
Use `ghc-9.2.8` in CI.
  • Loading branch information
coot committed Jun 2, 2023
2 parents 03e303b + 8894901 commit 0e15988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["8.10.7", "9.2.7", "9.4.4", "9.6.1"]
ghc: ["8.10.7", "9.2.8", "9.4.4", "9.6.2"]
cabal: ["3.8.1.0"]
os: [ubuntu-latest, macos-latest, windows-latest]

Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
uses: haskell/actions/setup@v2
id: setup-haskell
with:
ghc-version: 9.2.7
ghc-version: 9.2.8
cabal-version: 3.8.1.0

- name: "Setup cabal bin path"
Expand Down

0 comments on commit 0e15988

Please sign in to comment.