6262 matrix :
6363 ghc : [ "9.4.2"
6464 , "9.4.1"
65+ , "9.2.5"
6566 , "9.2.4"
6667 , "9.2.3"
6768 , "9.0.2"
@@ -77,14 +78,18 @@ jobs:
7778 exclude :
7879 - os : windows-latest
7980 ghc : ' 9.4.1'
81+ # Exclude until https://github.com/haskell/actions/issues/129
82+ # is resolved.
83+ - os : windows-latest
84+ ghc : ' 9.2.5'
8085 # Mark which GHC versions on which platform we want to test.
8186 include :
8287 # only test supported ghc major versions
8388 - os : ubuntu-latest
8489 ghc : ' 9.4.2'
8590 test : true
8691 - os : ubuntu-latest
87- ghc : ' 9.2.4 '
92+ ghc : ' 9.2.5 '
8893 test : true
8994 - os : ubuntu-latest
9095 ghc : ' 9.0.2'
95100 - os : windows-latest
96101 ghc : ' 9.4.2'
97102 test : true
103+ # Test on 9.2.4 until https://github.com/haskell/actions/issues/129
104+ # is resolved. Then switch to 9.2.5
98105 - os : windows-latest
99106 ghc : ' 9.2.4'
100107 test : true
@@ -158,7 +165,7 @@ jobs:
158165 HLS_WRAPPER_TEST_EXE : hls-wrapper
159166 run : cabal test wrapper-test --test-options="$TEST_OPTS --rerun-log-file .tasty-rerun-log-wrapper"
160167
161- - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.4.2'
168+ - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.2.5' && matrix.ghc != '9. 4.2'
162169 name : Test hls-brittany-plugin
163170 run : cabal test hls-brittany-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-brittany-plugin --test-options="$TEST_OPTS"
164171
@@ -182,7 +189,7 @@ jobs:
182189 name : Test hls-eval-plugin
183190 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"
184191
185- - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.4.2'
192+ - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.2.5' && matrix.ghc != '9. 4.2'
186193 name : Test hls-haddock-comments-plugin
187194 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"
188195
@@ -202,7 +209,7 @@ jobs:
202209 name : Test hls-fourmolu-plugin
203210 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"
204211
205- - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.4.2'
212+ - if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.2.5' && matrix.ghc != '9. 4.2'
206213 name : Test hls-tactics-plugin test suite
207214 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"
208215
@@ -226,7 +233,7 @@ jobs:
226233 name : Test hls-hlint-plugin test suite
227234 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"
228235
229- - if : matrix.test && matrix.ghc != '9.0.1' && matrix.ghc != '9.0.2' && matrix.ghc != '9.2.4' && matrix.ghc != '9.4.2'
236+ - if : matrix.test && matrix.ghc != '9.0.1' && matrix.ghc != '9.0.2' && matrix.ghc != '9.2.4' && matrix.ghc != '9.2.5' && matrix.ghc != '9. 4.2'
230237 name : Test hls-stan-plugin test suite
231238 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"
232239
0 commit comments