@@ -141,7 +141,7 @@ jobs:
141
141
name : Test hls-refactor-plugin
142
142
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"
143
143
144
- - if : matrix.test && matrix.ghc != '9.6.0.20230210 '
144
+ - if : matrix.test && matrix.ghc != '9.6.0.20230302 '
145
145
name : Test hls-floskell-plugin
146
146
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"
147
147
@@ -157,27 +157,27 @@ jobs:
157
157
name : Test hls-eval-plugin
158
158
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"
159
159
160
- - if : matrix.test && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.4' && matrix.ghc != '9.6.0.20230210 '
160
+ - if : matrix.test && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.4' && matrix.ghc != '9.6.0.20230302 '
161
161
name : Test hls-haddock-comments-plugin
162
162
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"
163
163
164
164
- if : matrix.test
165
165
name : Test hls-splice-plugin
166
166
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"
167
167
168
- - if : matrix.test && matrix.ghc != '9.6.0.20230210 '
168
+ - if : matrix.test && matrix.ghc != '9.6.0.20230302 '
169
169
name : Test hls-stylish-haskell-plugin
170
170
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"
171
171
172
- - if : matrix.test && matrix.ghc != '9.6.0.20230210 '
172
+ - if : matrix.test && matrix.ghc != '9.6.0.20230302 '
173
173
name : Test hls-ormolu-plugin
174
174
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"
175
175
176
- - if : matrix.test && matrix.ghc != '9.6.0.20230210 '
176
+ - if : matrix.test && matrix.ghc != '9.6.0.20230302 '
177
177
name : Test hls-fourmolu-plugin
178
178
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"
179
179
180
- - if : matrix.test && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.4' && matrix.ghc != '9.6.0.20230210 '
180
+ - if : matrix.test && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.4' && matrix.ghc != '9.6.0.20230302 '
181
181
name : Test hls-tactics-plugin test suite
182
182
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"
183
183
@@ -197,11 +197,11 @@ jobs:
197
197
name : Test hls-rename-plugin test suite
198
198
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"
199
199
200
- - if : matrix.test && matrix.ghc != '9.6.0.20230210 '
200
+ - if : matrix.test && matrix.ghc != '9.6.0.20230302 '
201
201
name : Test hls-hlint-plugin test suite
202
202
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"
203
203
204
- - if : matrix.test && matrix.ghc != '9.0.2' && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.4' && matrix.ghc != '9.6.0.20230210 '
204
+ - if : matrix.test && matrix.ghc != '9.0.2' && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.4' && matrix.ghc != '9.6.0.20230302 '
205
205
name : Test hls-stan-plugin test suite
206
206
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"
207
207
0 commit comments