Skip to content

Commit b9edf7a

Browse files
committed
Use GHC 9.6-rc1 in CI
1 parent 2ae73d4 commit b9edf7a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/actions/setup-build/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
ghc-version : ${{ inputs.ghc }}
3838
cabal-version: ${{ inputs.cabal }}
3939
enable-stack: false
40-
ghcup-release-channel: "https://raw.githubusercontent.com/haskell/ghcup-metadata/b9fd40eef5a6409a0742a5a248cda0cc24510d45/ghcup-prereleases-0.0.7.yaml"
40+
ghcup-release-channel: "https://raw.githubusercontent.com/haskell/ghcup-metadata/eadf9b61badc7bd5b6abf3f80975785f7e9b5052/ghcup-prereleases-0.0.7.yaml"
4141

4242
- if: inputs.os == 'Windows'
4343
name: (Windows) Platform config
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[ "9.6.0.20230210", "9.4.4" , "9.2.5" , "9.0.2" , "8.10.7" ]
1+
[ "9.6.0.20230302", "9.4.4" , "9.2.5" , "9.0.2" , "8.10.7" ]

.github/workflows/test.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
name: Test hls-refactor-plugin
142142
run: cabal test hls-refactor-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-refactor-plugin --test-options="$TEST_OPTS"
143143

144-
- if: matrix.test && matrix.ghc != '9.6.0.20230210'
144+
- if: matrix.test && matrix.ghc != '9.6.0.20230302'
145145
name: Test hls-floskell-plugin
146146
run: cabal test hls-floskell-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-floskell-plugin --test-options="$TEST_OPTS"
147147

@@ -157,27 +157,27 @@ jobs:
157157
name: Test hls-eval-plugin
158158
run: cabal test hls-eval-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-eval-plugin --test-options="$TEST_OPTS"
159159

160-
- if: matrix.test && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.4' && matrix.ghc != '9.6.0.20230210'
160+
- if: matrix.test && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.4' && matrix.ghc != '9.6.0.20230302'
161161
name: Test hls-haddock-comments-plugin
162162
run: cabal test hls-haddock-comments-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-haddock-comments-plugin --test-options="$TEST_OPTS"
163163

164164
- if: matrix.test
165165
name: Test hls-splice-plugin
166166
run: cabal test hls-splice-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-splice-plugin --test-options="$TEST_OPTS"
167167

168-
- if: matrix.test && matrix.ghc != '9.6.0.20230210'
168+
- if: matrix.test && matrix.ghc != '9.6.0.20230302'
169169
name: Test hls-stylish-haskell-plugin
170170
run: cabal test hls-stylish-haskell-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-stylish-haskell-plugin --test-options="$TEST_OPTS"
171171

172-
- if: matrix.test && matrix.ghc != '9.6.0.20230210'
172+
- if: matrix.test && matrix.ghc != '9.6.0.20230302'
173173
name: Test hls-ormolu-plugin
174174
run: cabal test hls-ormolu-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-ormolu-plugin --test-options="$TEST_OPTS"
175175

176-
- if: matrix.test && matrix.ghc != '9.6.0.20230210'
176+
- if: matrix.test && matrix.ghc != '9.6.0.20230302'
177177
name: Test hls-fourmolu-plugin
178178
run: cabal test hls-fourmolu-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-fourmolu-plugin --test-options="$TEST_OPTS"
179179

180-
- if: matrix.test && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.4' && matrix.ghc != '9.6.0.20230210'
180+
- if: matrix.test && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.4' && matrix.ghc != '9.6.0.20230302'
181181
name: Test hls-tactics-plugin test suite
182182
run: cabal test hls-tactics-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-tactics-plugin --test-options="$TEST_OPTS"
183183

@@ -197,11 +197,11 @@ jobs:
197197
name: Test hls-rename-plugin test suite
198198
run: cabal test hls-rename-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-rename-plugin --test-options="$TEST_OPTS"
199199

200-
- if: matrix.test && matrix.ghc != '9.6.0.20230210'
200+
- if: matrix.test && matrix.ghc != '9.6.0.20230302'
201201
name: Test hls-hlint-plugin test suite
202202
run: cabal test hls-hlint-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-hlint-plugin --test-options="$TEST_OPTS"
203203

204-
- if: matrix.test && matrix.ghc != '9.0.2' && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.4' && matrix.ghc != '9.6.0.20230210'
204+
- if: matrix.test && matrix.ghc != '9.0.2' && matrix.ghc != '9.2.5' && matrix.ghc != '9.4.4' && matrix.ghc != '9.6.0.20230302'
205205
name: Test hls-stan-plugin test suite
206206
run: cabal test hls-stan-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-stan-plugin --test-options="$TEST_OPTS"
207207

0 commit comments

Comments
 (0)