We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d55e1b commit cf98057Copy full SHA for cf98057
1 file changed
.github/workflows/build.yml
@@ -55,18 +55,19 @@ jobs:
55
matrix:
56
ghc:
57
- '8.0'
58
- # - '8.2'
59
- # - '8.4'
60
- # - '8.6'
+ - '8.2'
+ - '8.4'
+ - '8.6'
61
- '8.8'
62
- '8.10'
63
- '9.0'
64
- # - '9.2'
65
- # - '9.4'
+ - '9.2'
+ - '9.4'
66
- '9.6'
67
- # - '9.8'
68
- # - '9.10'
+ - '9.8'
+ - '9.10'
69
- '9.12'
70
+ # - '9.14'
71
# - 'latest' # currently maps to 9.14.1 and fails
72
steps:
73
- name: Download artifacts
0 commit comments