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
* Simplify selection of GHCs to build on
The haskell setup action supports using the major version, and then it
will select the latest minor version. That should be fine for us - we
don't have to change anything to get new minor versions, and it's not
too much of a problem to get new minor versions implicitly, since they
should be very unlikely to break things.
* update exclusions
* Fixup
* More
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
run: cabal test hls-stan-plugin --test-options="$TEST_OPTS" || cabal test hls-stan-plugin --test-options="$TEST_OPTS"
204
204
@@ -235,7 +235,7 @@ jobs:
235
235
run: cabal test hls-explicit-record-fields-plugin --test-options="$TEST_OPTS" || cabal test hls-explicit-record-fields-plugin --test-options="$TEST_OPTS"
236
236
237
237
## 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'
239
239
name: Test hls-cabal-fmt-plugin test suite
240
240
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"
241
241
@@ -247,7 +247,7 @@ jobs:
247
247
name: Test hls-retrie-plugin test suite
248
248
run: cabal test hls-retrie-plugin --test-options="$TEST_OPTS" || cabal test hls-retrie-plugin --test-options="$TEST_OPTS"
0 commit comments