Skip to content

Commit

Permalink
ci: lower GHC version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthunz committed Feb 27, 2025
1 parent e4dac27 commit 38b1f5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
with:
ghc-version: "9.0"
ghc-version: "8.0"
cabal-version: "3.12"

- name: Update the package index
Expand All @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
with:
ghc-version: "9.0"
ghc-version: "8.0"
cabal-version: "3.12"

- name: Update the package index
Expand All @@ -73,7 +73,7 @@ jobs:
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
with:
ghc-version: "9.0"
ghc-version: "8.0"
cabal-version: "3.12"

- name: Install dependencies
Expand Down

0 comments on commit 38b1f5c

Please sign in to comment.