Skip to content

Commit

Permalink
CI: bump compiler test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
acowley committed Mar 11, 2022
1 parent 85e2c1d commit 77b6122
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
cabal: ["3.2"]
cabal: ["3.6"]
ghc:
- "8.0.2"
- "8.2.2"
- "8.4.2"
- "8.10.4"
- "8.6.5"
- "8.8.4"
- "8.10.7"
- "9.0.2"
- "9.2.1"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -63,8 +64,8 @@ jobs:
# only test stack with one OS and one GHC version; if it works with
# cabal, it probably also works with stack.
matrix:
stack: ["2.3.1"]
ghc: ["8.0.2"]
stack: ["2.7.3"]
ghc: ["8.10.7"]

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

0 comments on commit 77b6122

Please sign in to comment.