Skip to content

Commit

Permalink
CI: add GHC 9, bump GHC 8.10 and Stack (jaspervdj#868)
Browse files Browse the repository at this point in the history
* CI: add GHC 9, bump GHC 8.10 and Stack

Normally we exclude older compilers on macOS and Windows, but since
GHC 9 is fairly new still, I chose to keep GHC 8.10 in the matrix for
a while longer.

* Use GHC 8.10.6 on Windows since Chocolately lacks 8.10.7
  • Loading branch information
Minoru authored Aug 29, 2021
1 parent 3fde611 commit 05c4894
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
ghc:
- "8.6.5"
- "8.8.4"
- "8.10.4"
- "8.10.7"
- "9.0.1"
exclude:
- os: macOS-latest
ghc: 8.8.4
Expand All @@ -27,6 +28,12 @@ jobs:
ghc: 8.8.4
- os: windows-latest
ghc: 8.6.5
# Chocolatey only has 8.10.6 at the moment
- os: windows-latest
ghc: 8.10.7
include:
- os: windows-latest
ghc: 8.10.6

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -63,8 +70,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
stack: ["2.7.1"]
ghc: ["8.8.4"]
stack: ["2.7.3"]
ghc: ["8.10.7"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 05c4894

Please sign in to comment.