You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,7 @@ jobs:
220
220
run: cabal test hls-explicit-record-fields-plugin --test-options="$TEST_OPTS" || cabal test hls-explicit-record-fields-plugin --test-options="$TEST_OPTS"
221
221
222
222
## version needs to be limited since the tests depend on cabal-fmt which only builds using specific ghc versions
223
-
- if: matrix.test && matrix.ghc == '8.10'
223
+
- if: matrix.test && matrix.ghc == '9.2'
224
224
name: Test hls-cabal-fmt-plugin test suite
225
225
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"
226
226
@@ -232,7 +232,7 @@ jobs:
232
232
name: Test hls-retrie-plugin test suite
233
233
run: cabal test hls-retrie-plugin --test-options="$TEST_OPTS" || cabal test hls-retrie-plugin --test-options="$TEST_OPTS"
0 commit comments