Skip to content

Commit

Permalink
[Chore] Update GHC version used in CI
Browse files Browse the repository at this point in the history
Problem: CI job for Windows compiles against specific GHC version.

Solution: update it to match LTS version.
  • Loading branch information
Martoon-00 committed Feb 20, 2024
1 parent 252a621 commit 3f21afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
strategy:
matrix:
stack: ["2.7.5"]
ghc: ["9.0.2"]
ghc: ["9.4.7"]
include:
- ghc: "9.0.2"
- ghc: "9.4.7"
stackyaml: stack.yaml
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3f21afe

Please sign in to comment.