Skip to content

Commit 9044703

Browse files
committed
update exclusions
1 parent e99e272 commit 9044703

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
name: Test hls-refactor-plugin
139139
run: cabal test hls-refactor-plugin --test-options="$TEST_OPTS" || cabal test hls-refactor-plugin --test-options="$TEST_OPTS"
140140

141-
- if: matrix.test && matrix.ghc != '9.6.1'
141+
- if: matrix.test && matrix.ghc != '9.6'
142142
name: Test hls-floskell-plugin
143143
run: cabal test hls-floskell-plugin --test-options="$TEST_OPTS" || cabal test hls-floskell-plugin --test-options="$TEST_OPTS"
144144

@@ -154,27 +154,27 @@ jobs:
154154
name: Test hls-eval-plugin
155155
run: cabal test hls-eval-plugin --test-options="$TEST_OPTS" || cabal test hls-eval-plugin --test-options="$TEST_OPTS"
156156

157-
- if: matrix.test && matrix.ghc != '9.2.7' && matrix.ghc != '9.4.5' && matrix.ghc != '9.6.1'
157+
- if: matrix.test && matrix.ghc != '9.2' && matrix.ghc != '9.4' && matrix.ghc != '9.6'
158158
name: Test hls-haddock-comments-plugin
159159
run: cabal test hls-haddock-comments-plugin --test-options="$TEST_OPTS" || cabal test hls-haddock-comments-plugin --test-options="$TEST_OPTS"
160160

161161
- if: matrix.test
162162
name: Test hls-splice-plugin
163163
run: cabal test hls-splice-plugin --test-options="$TEST_OPTS" || cabal test hls-splice-plugin --test-options="$TEST_OPTS"
164164

165-
- if: matrix.test && matrix.ghc != '9.6.1'
165+
- if: matrix.test && matrix.ghc != '9.6'
166166
name: Test hls-stylish-haskell-plugin
167167
run: cabal test hls-stylish-haskell-plugin --test-options="$TEST_OPTS" || cabal test hls-stylish-haskell-plugin --test-options="$TEST_OPTS"
168168

169-
- if: matrix.test && matrix.ghc != '9.6.1'
169+
- if: matrix.test && matrix.ghc != '9.6'
170170
name: Test hls-ormolu-plugin
171171
run: cabal test hls-ormolu-plugin --test-options="$TEST_OPTS" || cabal test hls-ormolu-plugin --test-options="$TEST_OPTS"
172172

173-
- if: matrix.test && matrix.ghc != '9.6.1'
173+
- if: matrix.test && matrix.ghc != '9.6'
174174
name: Test hls-fourmolu-plugin
175175
run: cabal test hls-fourmolu-plugin --test-options="$TEST_OPTS" || cabal test hls-fourmolu-plugin --test-options="$TEST_OPTS"
176176

177-
- if: matrix.test && matrix.ghc != '9.2.7' && matrix.ghc != '9.4.5' && matrix.ghc != '9.6.1'
177+
- if: matrix.test && matrix.ghc != '9.2' && matrix.ghc != '9.4' && matrix.ghc != '9.6'
178178
name: Test hls-tactics-plugin test suite
179179
run: cabal test hls-tactics-plugin --test-options="$TEST_OPTS" || cabal test hls-tactics-plugin --test-options="$TEST_OPTS"
180180

@@ -194,11 +194,11 @@ jobs:
194194
name: Test hls-rename-plugin test suite
195195
run: cabal test hls-rename-plugin --test-options="$TEST_OPTS" || cabal test hls-rename-plugin --test-options="$TEST_OPTS"
196196

197-
- if: matrix.test && matrix.ghc != '9.6.1'
197+
- if: matrix.test && matrix.ghc != '9.6'
198198
name: Test hls-hlint-plugin test suite
199199
run: cabal test hls-hlint-plugin --test-options="$TEST_OPTS" || cabal test hls-hlint-plugin --test-options="$TEST_OPTS"
200200

201-
- if: matrix.test && matrix.ghc != '9.0.2' && matrix.ghc != '9.2.7' && matrix.ghc != '9.4.5' && matrix.ghc != '9.6.1'
201+
- if: matrix.test && matrix.ghc != '9.0' && matrix.ghc != '9.2' && matrix.ghc != '9.4' && matrix.ghc != '9.6'
202202
name: Test hls-stan-plugin test suite
203203
run: cabal test hls-stan-plugin --test-options="$TEST_OPTS" || cabal test hls-stan-plugin --test-options="$TEST_OPTS"
204204

@@ -235,7 +235,7 @@ jobs:
235235
run: cabal test hls-explicit-record-fields-plugin --test-options="$TEST_OPTS" || cabal test hls-explicit-record-fields-plugin --test-options="$TEST_OPTS"
236236

237237
## version needs to be limited since the tests depend on cabal-fmt which only builds using specific ghc versions
238-
- if: matrix.test && matrix.ghc == '8.10.7'
238+
- if: matrix.test && matrix.ghc == '8.10'
239239
name: Test hls-cabal-fmt-plugin test suite
240240
run: cabal test hls-cabal-fmt-plugin --flag=isolateTests --test-options="$TEST_OPTS" || cabal test hls-cabal-fmt-plugin --flag=isolateTests --test-options="$TEST_OPTS"
241241

@@ -247,7 +247,7 @@ jobs:
247247
name: Test hls-retrie-plugin test suite
248248
run: cabal test hls-retrie-plugin --test-options="$TEST_OPTS" || cabal test hls-retrie-plugin --test-options="$TEST_OPTS"
249249

250-
- if: matrix.test && matrix.ghc != '8.10.7' && matrix.ghc != '9.0.2'
250+
- if: matrix.test && matrix.ghc != '8.10' && matrix.ghc != '9.0'
251251
name: Test hls-overloaded-record-dot-plugin test suite
252252
run: cabal test hls-overloaded-record-dot-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-overloaded-record-dot-plugin --test-options="$TEST_OPTS"
253253

0 commit comments

Comments
 (0)