Skip to content

Commit

Permalink
Bump GHC version for non-Linux checks
Browse files Browse the repository at this point in the history
  • Loading branch information
cydparser committed Jul 3, 2024
1 parent 9c8c963 commit 7614318
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 @@ -39,8 +39,8 @@ jobs:
- "9.8"
- "9.10"
include:
- { os: macOS-latest, ghc: "9.8" }
- { os: windows-latest, ghc: "9.8" }
- { os: macOS-latest, ghc: "9.10" }
- { os: windows-latest, ghc: "9.10" }

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
steps:
- uses: nikeee/setup-pandoc@v1

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: haskell-actions/setup@v2
name: Setup Haskell Stack
Expand Down

0 comments on commit 7614318

Please sign in to comment.