@@ -134,12 +134,12 @@ jobs:
134
134
HLS_WRAPPER_TEST_EXE : hls-wrapper
135
135
run : cabal test wrapper-test
136
136
137
- - if : matrix.test
137
+ - if : matrix.test && matrix.ghc != '9.12'
138
138
name : Test hls-refactor-plugin
139
139
run : cabal test hls-refactor-plugin-tests || cabal test hls-refactor-plugin-tests
140
140
141
141
# TODO enable when it supports 9.10
142
- - if : matrix.test && matrix.ghc != '9.10'
142
+ - if : matrix.test && matrix.ghc != '9.10' && matrix.ghc != '9.12'
143
143
name : Test hls-floskell-plugin
144
144
run : cabal test hls-floskell-plugin-tests || cabal test hls-floskell-plugin-tests
145
145
@@ -156,24 +156,24 @@ jobs:
156
156
run : cabal test hls-eval-plugin-tests || cabal test hls-eval-plugin-tests
157
157
158
158
# TODO enable when it supports 9.10
159
- - if : matrix.test && matrix.ghc != '9.10'
159
+ - if : matrix.test && matrix.ghc != '9.10' && matrix.ghc != '9.12'
160
160
name : Test hls-splice-plugin
161
161
run : cabal test hls-splice-plugin-tests || cabal test hls-splice-plugin-tests
162
162
163
- - if : matrix.test
163
+ - if : matrix.test && matrix.ghc != '9.12'
164
164
name : Test hls-stan-plugin
165
165
run : cabal test hls-stan-plugin-tests || cabal test hls-stan-plugin-tests
166
166
167
167
# TODO enable when it supports 9.10
168
- - if : matrix.test && matrix.ghc != '9.10'
168
+ - if : matrix.test && matrix.ghc != '9.10' && matrix.ghc != '9.12'
169
169
name : Test hls-stylish-haskell-plugin
170
170
run : cabal test hls-stylish-haskell-plugin-tests || cabal test hls-stylish-haskell-plugin-tests
171
171
172
- - if : matrix.test
172
+ - if : matrix.test && matrix.ghc != '9.12'
173
173
name : Test hls-ormolu-plugin
174
174
run : cabal test hls-ormolu-plugin-tests || cabal test hls-ormolu-plugin-tests
175
175
176
- - if : matrix.test
176
+ - if : matrix.test && matrix.ghc != '9.12'
177
177
name : Test hls-fourmolu-plugin
178
178
run : cabal test hls-fourmolu-plugin-tests || cabal test hls-fourmolu-plugin-tests
179
179
@@ -185,12 +185,12 @@ jobs:
185
185
name : Test hls-call-hierarchy-plugin test suite
186
186
run : cabal test hls-call-hierarchy-plugin-tests || cabal test hls-call-hierarchy-plugin-tests
187
187
188
- - if : matrix.test && matrix.os != 'windows-latest'
188
+ - if : matrix.test && matrix.os != 'windows-latest' && matrix.ghc != '9.12'
189
189
name : Test hls-rename-plugin test suite
190
190
run : cabal test hls-rename-plugin-tests || cabal test hls-rename-plugin-tests
191
191
192
192
# TODO enable when it supports 9.10
193
- - if : matrix.test && matrix.ghc != '9.10'
193
+ - if : matrix.test && matrix.ghc != '9.10' && matrix.ghc != '9.12'
194
194
name : Test hls-hlint-plugin test suite
195
195
run : cabal test hls-hlint-plugin-tests || cabal test hls-hlint-plugin-tests
196
196
@@ -214,7 +214,7 @@ jobs:
214
214
name : Test hls-change-type-signature test suite
215
215
run : cabal test hls-change-type-signature-plugin-tests || cabal test hls-change-type-signature-plugin-tests
216
216
217
- - if : matrix.test
217
+ - if : matrix.test && matrix.ghc != '9.12'
218
218
name : Test hls-gadt-plugin test suit
219
219
run : cabal test hls-gadt-plugin-tests || cabal test hls-gadt-plugin-tests
220
220
@@ -227,11 +227,11 @@ jobs:
227
227
run : cabal test hls-explicit-record-fields-plugin-tests || cabal test hls-explicit-record-fields-plugin-tests
228
228
229
229
# versions need to be limited since the tests depend on cabal-fmt which only builds with ghc <9.10
230
- - if : matrix.test && matrix.ghc != '9.10'
230
+ - if : matrix.test && matrix.ghc != '9.10' && matrix.ghc != '9.12'
231
231
name : Test hls-cabal-fmt-plugin test suite
232
232
run : cabal test hls-cabal-fmt-plugin-tests --flag=isolateCabalfmtTests || cabal test hls-cabal-fmt-plugin-tests --flag=isolateCabalfmtTests
233
233
234
- - if : matrix.test
234
+ - if : matrix.test && matrix.ghc != '9.12'
235
235
name : Test hls-cabal-gild-plugin test suite
236
236
run : cabal test hls-cabal-gild-plugin-tests --flag=isolateCabalGildTests || cabal test hls-cabal-gild-plugin-tests --flag=isolateCabalGildTests
237
237
@@ -240,7 +240,7 @@ jobs:
240
240
run : cabal test hls-cabal-plugin-tests || cabal test hls-cabal-plugin-tests
241
241
242
242
# TODO enable when it supports 9.10
243
- - if : matrix.test && matrix.ghc != '9.10'
243
+ - if : matrix.test && matrix.ghc != '9.10' && matrix.ghc != '9.12'
244
244
name : Test hls-retrie-plugin test suite
245
245
run : cabal test hls-retrie-plugin-tests || cabal test hls-retrie-plugin-tests
246
246
0 commit comments