62
62
matrix :
63
63
ghc : [ "9.4.2"
64
64
, "9.4.1"
65
+ , "9.2.5"
65
66
, "9.2.4"
66
67
, "9.2.3"
67
68
, "9.0.2"
@@ -77,14 +78,18 @@ jobs:
77
78
exclude :
78
79
- os : windows-latest
79
80
ghc : ' 9.4.1'
81
+ # Exclude until https://github.com/haskell/actions/issues/129
82
+ # is resolved.
83
+ - os : windows-latest
84
+ ghc : ' 9.2.5'
80
85
# Mark which GHC versions on which platform we want to test.
81
86
include :
82
87
# only test supported ghc major versions
83
88
- os : ubuntu-latest
84
89
ghc : ' 9.4.2'
85
90
test : true
86
91
- os : ubuntu-latest
87
- ghc : ' 9.2.4 '
92
+ ghc : ' 9.2.5 '
88
93
test : true
89
94
- os : ubuntu-latest
90
95
ghc : ' 9.0.2'
95
100
- os : windows-latest
96
101
ghc : ' 9.4.2'
97
102
test : true
103
+ # Test on 9.2.4 until https://github.com/haskell/actions/issues/129
104
+ # is resolved. Then switch to 9.2.5
98
105
- os : windows-latest
99
106
ghc : ' 9.2.4'
100
107
test : true
@@ -158,7 +165,7 @@ jobs:
158
165
HLS_WRAPPER_TEST_EXE : hls-wrapper
159
166
run : cabal test wrapper-test --test-options="$TEST_OPTS --rerun-log-file .tasty-rerun-log-wrapper"
160
167
161
- - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.4.2'
168
+ - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.2.5' && matrix.ghc != '9. 4.2'
162
169
name : Test hls-brittany-plugin
163
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"
164
171
@@ -182,7 +189,7 @@ jobs:
182
189
name : Test hls-eval-plugin
183
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"
184
191
185
- - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.4.2'
192
+ - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.2.5' && matrix.ghc != '9. 4.2'
186
193
name : Test hls-haddock-comments-plugin
187
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"
188
195
@@ -202,7 +209,7 @@ jobs:
202
209
name : Test hls-fourmolu-plugin
203
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"
204
211
205
- - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.4.2'
212
+ - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.2.5' && matrix.ghc != '9. 4.2'
206
213
name : Test hls-tactics-plugin test suite
207
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"
208
215
@@ -226,7 +233,7 @@ jobs:
226
233
name : Test hls-hlint-plugin test suite
227
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"
228
235
229
- - if : matrix.test && matrix.ghc != '9.0.1' && matrix.ghc != '9.0.2' && matrix.ghc != '9.2.4' && 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.2'
230
237
name : Test hls-stan-plugin test suite
231
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"
232
239
0 commit comments