We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ae4c1 commit 5249d21Copy full SHA for 5249d21
.github/workflows/test.yml
@@ -11,11 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
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
+ ghc: [9.0.1, 8.10.4]
19
runs-on: ${{ matrix.os }}
20
steps:
21
- name: Checkout
@@ -41,7 +37,7 @@ jobs:
41
37
if: runner.os == 'Windows'
42
38
# Pre-fetch HLS binaries before the tests because otherwise
43
39
# 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.
45
- run: |
46
mkdir -p test-workspace/bin/
47
export GHCUP_INSTALL_BASE_PREFIX=$(pwd)/test-workspace/bin
0 commit comments