15
15
strategy :
16
16
fail-fast : false
17
17
matrix :
18
- ghc : ['8.10.1', '8.8.4', '8.8.3', '8.8.2', '8.6.5', '8.6.4']
18
+ ghc : ['8.10.2', '8.10. 1', '8.8.4', '8.8.3', '8.8.2', '8.6.5', '8.6.4']
19
19
os : [ubuntu-latest, macOS-latest, windows-latest]
20
20
exclude :
21
21
- os : windows-latest
29
29
- uses : actions/checkout@v2
30
30
with :
31
31
submodules : true
32
- - uses : bubba/setup-haskell@d8110230d
32
+ - uses : bubba/setup-haskell@7235984
33
33
with :
34
34
ghc-version : ${{ matrix.ghc }}
35
35
cabal-version : ' 3.2'
@@ -94,11 +94,11 @@ jobs:
94
94
path : ${{ steps.compress_server_binary.outputs.path }}
95
95
96
96
- name : Build Wrapper
97
- if : matrix.ghc == '8.10.1 '
97
+ if : matrix.ghc == '8.10.2 '
98
98
run : cabal build exe:hls-wrapper -O2 $LINUX_CABAL_ARGS
99
99
100
100
- name : Compress Wrapper Binary
101
- if : matrix.ghc == '8.10.1 '
101
+ if : matrix.ghc == '8.10.2 '
102
102
id : compress_wrapper_binary
103
103
run : |
104
104
HLS_WRAPPER_BUILD=$(find dist-newstyle \( -name 'hls-wrapper' -o -name 'hls-wrapper.exe' \) -type f)
@@ -117,7 +117,7 @@ jobs:
117
117
fi
118
118
119
119
- name : Upload Wrapper
120
- if : matrix.ghc == '8.10.1 '
120
+ if : matrix.ghc == '8.10.2 '
121
121
uses : actions/upload-release-asset@v1.0.2
122
122
env :
123
123
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -128,7 +128,7 @@ jobs:
128
128
asset_content_type : ${{ steps.compress_wrapper_binary.outputs.content_type}}
129
129
130
130
- uses : actions/upload-artifact@v2
131
- if : matrix.ghc == '8.10.1 '
131
+ if : matrix.ghc == '8.10.2 '
132
132
with :
133
133
name : haskell-language-server-wrapper-${{ runner.OS }}${{env.EXE_EXT}}.${{ steps.compress_wrapper_binary.outputs.extension }}
134
134
path : ${{ steps.compress_wrapper_binary.outputs.path }}
0 commit comments