Skip to content

Commit 77b6122

Browse files
committed
CI: bump compiler test matrix
1 parent 85e2c1d commit 77b6122

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest]
16-
cabal: ["3.2"]
16+
cabal: ["3.6"]
1717
ghc:
18-
- "8.0.2"
19-
- "8.2.2"
20-
- "8.4.2"
21-
- "8.10.4"
18+
- "8.6.5"
19+
- "8.8.4"
20+
- "8.10.7"
21+
- "9.0.2"
22+
- "9.2.1"
2223

2324
steps:
2425
- uses: actions/checkout@v2
@@ -63,8 +64,8 @@ jobs:
6364
# only test stack with one OS and one GHC version; if it works with
6465
# cabal, it probably also works with stack.
6566
matrix:
66-
stack: ["2.3.1"]
67-
ghc: ["8.0.2"]
67+
stack: ["2.7.3"]
68+
ghc: ["8.10.7"]
6869

6970
steps:
7071
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)