Skip to content

Commit cf98057

Browse files
committed
Complete the matrix
1 parent 2d55e1b commit cf98057

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,19 @@ jobs:
5555
matrix:
5656
ghc:
5757
- '8.0'
58-
# - '8.2'
59-
# - '8.4'
60-
# - '8.6'
58+
- '8.2'
59+
- '8.4'
60+
- '8.6'
6161
- '8.8'
6262
- '8.10'
6363
- '9.0'
64-
# - '9.2'
65-
# - '9.4'
64+
- '9.2'
65+
- '9.4'
6666
- '9.6'
67-
# - '9.8'
68-
# - '9.10'
67+
- '9.8'
68+
- '9.10'
6969
- '9.12'
70+
# - '9.14'
7071
# - 'latest' # currently maps to 9.14.1 and fails
7172
steps:
7273
- name: Download artifacts

0 commit comments

Comments
 (0)