5757 strategy :
5858 fail-fast : true
5959 matrix :
60- ghc : [ "9.2.3 "
61- , "9.2.2 "
60+ ghc : [ "9.2.4 "
61+ , "9.2.3 "
6262 , "9.0.2"
6363 , "8.10.7"
6464 , "8.8.4"
7070 include :
7171 # only test supported ghc major versions
7272 - os : ubuntu-latest
73- ghc : ' 9.2.3 '
73+ ghc : ' 9.2.4 '
7474 test : true
7575 - os : ubuntu-latest
7676 ghc : ' 9.0.2'
8585 ghc : ' 8.6.5'
8686 test : true
8787 - os : windows-latest
88- ghc : ' 9.2.3 '
88+ ghc : ' 9.2.4 '
8989 test : true
9090 - os : windows-latest
9191 ghc : ' 9.0.2'
@@ -100,7 +100,7 @@ jobs:
100100 - os : windows-latest
101101 ghc : ' 8.8.4'
102102 - os : windows-latest
103- ghc : ' 9.2.2 '
103+ ghc : ' 9.2.3 '
104104
105105 steps :
106106 - uses : actions/checkout@v3
@@ -112,9 +112,6 @@ jobs:
112112
113113 # repeating builds to workaround segfaults in windows and ghc-8.8.4
114114 - name : Build
115- # needed for GHC 9.2.2 https://github.com/digital-asset/ghc-lib/issues/352
116- env :
117- CPATH : " /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ffi:$CPATH"
118115 run : cabal build || cabal build || cabal build
119116
120117 - name : Set test options
@@ -159,7 +156,7 @@ jobs:
159156 HLS_WRAPPER_TEST_EXE : hls-wrapper
160157 run : cabal test wrapper-test --test-options="$TEST_OPTS --rerun-log-file .tasty-rerun-log-wrapper" || cabal test wrapper-test --test-options="$TEST_OPTS --rerun-log-file .tasty-rerun-log-wrapper" || cabal test wrapper-test --test-options="$TEST_OPTS --rerun-log-file .tasty-rerun-log-wrapper"
161158
162- - if : matrix.test && matrix.ghc != '9.2.3 '
159+ - if : matrix.test && matrix.ghc != '9.2.4 '
163160 name : Test hls-brittany-plugin
164161 run : cabal test hls-brittany-plugin --test-options="$TEST_OPTS" || 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"
165162
@@ -179,11 +176,11 @@ jobs:
179176 name : Test hls-eval-plugin
180177 run : cabal test hls-eval-plugin --test-options="$TEST_OPTS" || 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"
181178
182- - if : matrix.test && matrix.ghc != '9.2.3 '
179+ - if : matrix.test && matrix.ghc != '9.2.4 '
183180 name : Test hls-haddock-comments-plugin
184181 run : cabal test hls-haddock-comments-plugin --test-options="$TEST_OPTS" || 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"
185182
186- - if : matrix.test && matrix.ghc != '9.2.3 '
183+ - if : matrix.test && matrix.ghc != '9.2.4 '
187184 name : Test hls-splice-plugin
188185 run : cabal test hls-splice-plugin --test-options="$TEST_OPTS" || 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"
189186
@@ -199,7 +196,7 @@ jobs:
199196 name : Test hls-fourmolu-plugin
200197 run : cabal test hls-fourmolu-plugin --test-options="$TEST_OPTS" || 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"
201198
202- - if : matrix.test && matrix.ghc != '9.2.3 '
199+ - if : matrix.test && matrix.ghc != '9.2.4 '
203200 name : Test hls-tactics-plugin test suite
204201 run : cabal test hls-tactics-plugin --test-options="$TEST_OPTS" || 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"
205202
@@ -223,7 +220,7 @@ jobs:
223220 name : Test hls-hlint-plugin test suite
224221 run : cabal test hls-hlint-plugin --test-options="$TEST_OPTS" || 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"
225222
226- - if : matrix.test && matrix.ghc != '9.0.1' && matrix.ghc != '9.0.2' && matrix.ghc != '9.2.2 '
223+ - if : matrix.test && matrix.ghc != '9.0.1' && matrix.ghc != '9.0.2' && matrix.ghc != '9.2.4 '
227224 name : Test hls-stan-plugin test suite
228225 run : cabal test hls-stan-plugin --test-options="$TEST_OPTS" || 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-stan-plugin --test-options="$TEST_OPTS"
229226
0 commit comments