@@ -152,7 +152,7 @@ jobs:
152
152
name : Test hls-eval-plugin
153
153
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"
154
154
155
- - if : matrix.test && matrix.ghc != '9.2.5 ' && matrix.ghc != '9.4.4' && matrix.ghc != '9.6.1'
155
+ - if : matrix.test && matrix.ghc != '9.2.7 ' && matrix.ghc != '9.4.4' && matrix.ghc != '9.6.1'
156
156
name : Test hls-haddock-comments-plugin
157
157
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"
158
158
@@ -172,7 +172,7 @@ jobs:
172
172
name : Test hls-fourmolu-plugin
173
173
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"
174
174
175
- - if : matrix.test && matrix.ghc != '9.2.5 ' && matrix.ghc != '9.4.4' && matrix.ghc != '9.6.1'
175
+ - if : matrix.test && matrix.ghc != '9.2.7 ' && matrix.ghc != '9.4.4' && matrix.ghc != '9.6.1'
176
176
name : Test hls-tactics-plugin test suite
177
177
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"
178
178
@@ -196,7 +196,7 @@ jobs:
196
196
name : Test hls-hlint-plugin test suite
197
197
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"
198
198
199
- - if : matrix.test && matrix.ghc != '9.0.2' && matrix.ghc != '9.2.5 ' && matrix.ghc != '9.4.4' && matrix.ghc != '9.6.1'
199
+ - if : matrix.test && matrix.ghc != '9.0.2' && matrix.ghc != '9.2.7 ' && matrix.ghc != '9.4.4' && matrix.ghc != '9.6.1'
200
200
name : Test hls-stan-plugin test suite
201
201
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"
202
202
0 commit comments