60
60
# **don't forget**
61
61
# to update the ghc versions in 'caching.yml'.
62
62
matrix :
63
- ghc : [ "9.4.2 "
64
- , "9.4.1 "
63
+ ghc : [ "9.4.3 "
64
+ , "9.4.2 "
65
65
, "9.2.5"
66
66
, "9.2.4"
67
67
, "9.2.3"
86
86
include :
87
87
# only test supported ghc major versions
88
88
- os : ubuntu-latest
89
- ghc : ' 9.4.2 '
89
+ ghc : ' 9.4.3 '
90
90
test : true
91
91
- os : ubuntu-latest
92
92
ghc : ' 9.2.5'
98
98
ghc : ' 8.10.7'
99
99
test : true
100
100
- os : windows-latest
101
- ghc : ' 9.4.2 '
101
+ ghc : ' 9.4.3 '
102
102
test : true
103
103
# Test on 9.2.4 until https://github.com/haskell/actions/issues/129
104
104
# is resolved. Then switch to 9.2.5
@@ -165,15 +165,15 @@ jobs:
165
165
HLS_WRAPPER_TEST_EXE : hls-wrapper
166
166
run : cabal test wrapper-test --test-options="$TEST_OPTS --rerun-log-file .tasty-rerun-log-wrapper"
167
167
168
- - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.2 '
168
+ - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.3 '
169
169
name : Test hls-brittany-plugin
170
170
run : cabal test hls-brittany-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-brittany-plugin --test-options="$TEST_OPTS"
171
171
172
- - if : matrix.test && matrix.ghc != '9.4.2 '
172
+ - if : matrix.test && matrix.ghc != '9.4.3 '
173
173
name : Test hls-refactor-plugin
174
174
run : cabal test hls-refactor-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-refactor-plugin --test-options="$TEST_OPTS"
175
175
176
- - if : matrix.test && matrix.ghc != '9.4.2 '
176
+ - if : matrix.test && matrix.ghc != '9.4.3 '
177
177
name : Test hls-floskell-plugin
178
178
run : cabal test hls-floskell-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-floskell-plugin --test-options="$TEST_OPTS"
179
179
@@ -185,31 +185,31 @@ jobs:
185
185
name : Test hls-pragmas-plugin
186
186
run : cabal test hls-pragmas-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-pragmas-plugin --test-options="$TEST_OPTS"
187
187
188
- - if : matrix.test && matrix.ghc != '9.4.2 '
188
+ - if : matrix.test && matrix.ghc != '9.4.3 '
189
189
name : Test hls-eval-plugin
190
190
run : cabal test hls-eval-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-eval-plugin --test-options="$TEST_OPTS"
191
191
192
- - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.2 '
192
+ - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.3 '
193
193
name : Test hls-haddock-comments-plugin
194
194
run : cabal test hls-haddock-comments-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-haddock-comments-plugin --test-options="$TEST_OPTS"
195
195
196
- - if : matrix.test && matrix.ghc != '9.4.2 '
196
+ - if : matrix.test && matrix.ghc != '9.4.3 '
197
197
name : Test hls-splice-plugin
198
198
run : cabal test hls-splice-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-splice-plugin --test-options="$TEST_OPTS"
199
199
200
- - if : matrix.test && matrix.ghc != '9.4.2 '
200
+ - if : matrix.test && matrix.ghc != '9.4.3 '
201
201
name : Test hls-stylish-haskell-plugin
202
202
run : cabal test hls-stylish-haskell-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-stylish-haskell-plugin --test-options="$TEST_OPTS"
203
203
204
- - if : matrix.test && matrix.ghc != '9.4.2 '
204
+ - if : matrix.test && matrix.ghc != '9.4.3 '
205
205
name : Test hls-ormolu-plugin
206
206
run : cabal test hls-ormolu-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-ormolu-plugin --test-options="$TEST_OPTS"
207
207
208
- - if : matrix.test && matrix.ghc != '9.4.2 '
208
+ - if : matrix.test && matrix.ghc != '9.4.3 '
209
209
name : Test hls-fourmolu-plugin
210
210
run : cabal test hls-fourmolu-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-fourmolu-plugin --test-options="$TEST_OPTS"
211
211
212
- - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.2 '
212
+ - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.3 '
213
213
name : Test hls-tactics-plugin test suite
214
214
run : cabal test hls-tactics-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-tactics-plugin --test-options="$TEST_OPTS"
215
215
@@ -225,15 +225,15 @@ jobs:
225
225
name : Test hls-call-hierarchy-plugin test suite
226
226
run : cabal test hls-call-hierarchy-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-call-hierarchy-plugin --test-options="$TEST_OPTS"
227
227
228
- - if : matrix.test && matrix.os != 'windows-latest' && matrix.ghc != '9.4.2 '
228
+ - if : matrix.test && matrix.os != 'windows-latest' && matrix.ghc != '9.4.3 '
229
229
name : Test hls-rename-plugin test suite
230
230
run : cabal test hls-rename-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-rename-plugin --test-options="$TEST_OPTS"
231
231
232
- - if : matrix.test && matrix.ghc != '9.4.2 '
232
+ - if : matrix.test && matrix.ghc != '9.4.3 '
233
233
name : Test hls-hlint-plugin test suite
234
234
run : cabal test hls-hlint-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-hlint-plugin --test-options="$TEST_OPTS"
235
235
236
- - if : matrix.test && matrix.ghc != '9.0.1' && matrix.ghc != '9.0.2' && matrix.ghc != '9.2.4' && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.2 '
236
+ - if : matrix.test && matrix.ghc != '9.0.1' && matrix.ghc != '9.0.2' && matrix.ghc != '9.2.4' && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.3 '
237
237
name : Test hls-stan-plugin test suite
238
238
run : cabal test hls-stan-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-stan-plugin --test-options="$TEST_OPTS"
239
239
@@ -249,15 +249,15 @@ jobs:
249
249
name : Test hls-qualify-imported-names-plugin test suite
250
250
run : cabal test hls-qualify-imported-names-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-qualify-imported-names-plugin --test-options="$TEST_OPTS"
251
251
252
- - if : matrix.test && matrix.ghc != '9.4.2 '
252
+ - if : matrix.test && matrix.ghc != '9.4.3 '
253
253
name : Test hls-code-range-plugin test suite
254
254
run : cabal test hls-code-range-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-code-range-plugin --test-options="$TEST_OPTS"
255
255
256
256
- if : matrix.test
257
257
name : Test hls-change-type-signature test suite
258
258
run : cabal test hls-change-type-signature-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-change-type-signature-plugin --test-options="$TEST_OPTS"
259
259
260
- - if : matrix.test && matrix.ghc != '9.4.2 '
260
+ - if : matrix.test && matrix.ghc != '9.4.3 '
261
261
name : Test hls-gadt-plugin test suit
262
262
run : cabal test hls-gadt-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-gadt-plugin --test-options="$TEST_OPTS"
263
263
0 commit comments