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"
@@ -80,13 +80,15 @@ jobs:
80
80
ghc : ' 9.4.1'
81
81
# Exclude until https://github.com/haskell/actions/issues/129
82
82
# is resolved.
83
+ - os : windows-latest
84
+ ghc : ' 9.4.3' # Excluded because github action cannot install it
83
85
- os : windows-latest
84
86
ghc : ' 9.2.5'
85
87
# Mark which GHC versions on which platform we want to test.
86
88
include :
87
89
# only test supported ghc major versions
88
90
- os : ubuntu-latest
89
- ghc : ' 9.4.2 '
91
+ ghc : ' 9.4.3 '
90
92
test : true
91
93
- os : ubuntu-latest
92
94
ghc : ' 9.2.5'
@@ -165,15 +167,15 @@ jobs:
165
167
HLS_WRAPPER_TEST_EXE : hls-wrapper
166
168
run : cabal test wrapper-test --test-options="$TEST_OPTS --rerun-log-file .tasty-rerun-log-wrapper"
167
169
168
- - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.2'
170
+ - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.2' && matrix.ghc != '9.4.3'
169
171
name : Test hls-brittany-plugin
170
172
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
173
172
- - if : matrix.test && matrix.ghc != '9.4.2'
174
+ - if : matrix.test && matrix.ghc != '9.4.2' && matrix.ghc != '9.4.3'
173
175
name : Test hls-refactor-plugin
174
176
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
177
176
- - if : matrix.test && matrix.ghc != '9.4.2'
178
+ - if : matrix.test && matrix.ghc != '9.4.2' && matrix.ghc != '9.4.3'
177
179
name : Test hls-floskell-plugin
178
180
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
181
@@ -185,31 +187,31 @@ jobs:
185
187
name : Test hls-pragmas-plugin
186
188
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
189
188
- - if : matrix.test && matrix.ghc != '9.4.2'
190
+ - if : matrix.test && matrix.ghc != '9.4.2' && matrix.ghc != '9.4.3'
189
191
name : Test hls-eval-plugin
190
192
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
193
192
- - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.2'
194
+ - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.2' && matrix.ghc != '9.4.3'
193
195
name : Test hls-haddock-comments-plugin
194
196
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
197
196
- - if : matrix.test && matrix.ghc != '9.4.2'
198
+ - if : matrix.test && matrix.ghc != '9.4.2' && matrix.ghc != '9.4.3'
197
199
name : Test hls-splice-plugin
198
200
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
201
200
- - if : matrix.test && matrix.ghc != '9.4.2'
202
+ - if : matrix.test && matrix.ghc != '9.4.2' && matrix.ghc != '9.4.3'
201
203
name : Test hls-stylish-haskell-plugin
202
204
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
205
204
- - if : matrix.test && matrix.ghc != '9.4.2'
206
+ - if : matrix.test && matrix.ghc != '9.4.2' && matrix.ghc != '9.4.3'
205
207
name : Test hls-ormolu-plugin
206
208
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
209
208
- - if : matrix.test && matrix.ghc != '9.4.2'
210
+ - if : matrix.test && matrix.ghc != '9.4.2' && matrix.ghc != '9.4.3'
209
211
name : Test hls-fourmolu-plugin
210
212
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
213
212
- - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.2'
214
+ - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.2' && matrix.ghc != '9.4.3'
213
215
name : Test hls-tactics-plugin test suite
214
216
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
217
@@ -225,15 +227,15 @@ jobs:
225
227
name : Test hls-call-hierarchy-plugin test suite
226
228
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
229
228
- - if : matrix.test && matrix.os != 'windows-latest' && matrix.ghc != '9.4.2'
230
+ - if : matrix.test && matrix.os != 'windows-latest' && matrix.ghc != '9.4.2' && matrix.ghc != '9.4.3'
229
231
name : Test hls-rename-plugin test suite
230
232
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
233
232
- - if : matrix.test && matrix.ghc != '9.4.2'
234
+ - if : matrix.test && matrix.ghc != '9.4.2' && matrix.ghc != '9.4.3'
233
235
name : Test hls-hlint-plugin test suite
234
236
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
237
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'
238
+ - 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' && matrix.ghc != '9.4.3'
237
239
name : Test hls-stan-plugin test suite
238
240
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
241
@@ -249,15 +251,15 @@ jobs:
249
251
name : Test hls-qualify-imported-names-plugin test suite
250
252
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
253
252
- - if : matrix.test && matrix.ghc != '9.4.2'
254
+ - if : matrix.test && matrix.ghc != '9.4.2' && matrix.ghc != '9.4.3'
253
255
name : Test hls-code-range-plugin test suite
254
256
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
257
256
258
- if : matrix.test
257
259
name : Test hls-change-type-signature test suite
258
260
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
261
260
- - if : matrix.test && matrix.ghc != '9.4.2'
262
+ - if : matrix.test && matrix.ghc != '9.4.2' && matrix.ghc != '9.4.3'
261
263
name : Test hls-gadt-plugin test suit
262
264
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
265
0 commit comments