Skip to content

Commit 5249d21

Browse files
committed
Test fallback mechanism on all platforms
1 parent 82ae4c1 commit 5249d21

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [macos-11, ubuntu-latest, windows-latest]
14-
ghc: [9.0.1]
15-
include:
16-
# To test a ghc version deprecated in newer hls versions
17-
- os: ubuntu-latest
18-
ghc: 8.10.4
14+
ghc: [9.0.1, 8.10.4]
1915
runs-on: ${{ matrix.os }}
2016
steps:
2117
- name: Checkout
@@ -41,7 +37,7 @@ jobs:
4137
if: runner.os == 'Windows'
4238
# Pre-fetch HLS binaries before the tests because otherwise
4339
# we run into timeouts. Downloading takes longer, since we download
44-
# per HLS version one HLS binary per GHC version.
40+
# per HLS version one HLS binary per GHC version.
4541
- run: |
4642
mkdir -p test-workspace/bin/
4743
export GHCUP_INSTALL_BASE_PREFIX=$(pwd)/test-workspace/bin

0 commit comments

Comments
 (0)