@@ -57,11 +57,10 @@ jobs:
57
57
strategy :
58
58
fail-fast : true
59
59
matrix :
60
- ghc : [ "9.2.2"
60
+ ghc : [ "9.2.3"
61
+ , "9.2.2"
61
62
, "9.0.2"
62
- , "9.0.1"
63
63
, "8.10.7"
64
- , "8.10.6"
65
64
, "8.8.4"
66
65
, "8.6.5"
67
66
]
71
70
include :
72
71
# only test supported ghc major versions
73
72
- os : ubuntu-latest
74
- ghc : ' 9.2.2 '
73
+ ghc : ' 9.2.3 '
75
74
test : true
76
75
- os : ubuntu-latest
77
76
ghc : ' 9.0.2'
86
85
ghc : ' 8.6.5'
87
86
test : true
88
87
- os : windows-latest
89
- ghc : ' 9.2.2 '
88
+ ghc : ' 9.2.3 '
90
89
test : true
91
90
- os : windows-latest
92
91
ghc : ' 9.0.2'
@@ -98,12 +97,10 @@ jobs:
98
97
ghc : ' 8.6.5'
99
98
test : true
100
99
# only build rest of supported ghc versions for windows
101
- - os : windows-latest
102
- ghc : ' 9.0.1'
103
- - os : windows-latest
104
- ghc : ' 8.10.6'
105
100
- os : windows-latest
106
101
ghc : ' 8.8.4'
102
+ - os : windows-latest
103
+ ghc : ' 9.2.2'
107
104
108
105
steps :
109
106
- uses : actions/checkout@v3
@@ -162,7 +159,7 @@ jobs:
162
159
HLS_WRAPPER_TEST_EXE : hls-wrapper
163
160
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"
164
161
165
- - if : matrix.test && matrix.ghc != '9.2.2 '
162
+ - if : matrix.test && matrix.ghc != '9.2.3 '
166
163
name : Test hls-brittany-plugin
167
164
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"
168
165
@@ -182,11 +179,11 @@ jobs:
182
179
name : Test hls-eval-plugin
183
180
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"
184
181
185
- - if : matrix.test && matrix.ghc != '9.2.2 '
182
+ - if : matrix.test && matrix.ghc != '9.2.3 '
186
183
name : Test hls-haddock-comments-plugin
187
184
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"
188
185
189
- - if : matrix.test && matrix.ghc != '9.2.2 '
186
+ - if : matrix.test && matrix.ghc != '9.2.3 '
190
187
name : Test hls-splice-plugin
191
188
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"
192
189
@@ -202,7 +199,7 @@ jobs:
202
199
name : Test hls-fourmolu-plugin
203
200
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"
204
201
205
- - if : matrix.test && matrix.ghc != '9.2.2 '
202
+ - if : matrix.test && matrix.ghc != '9.2.3 '
206
203
name : Test hls-tactics-plugin test suite
207
204
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"
208
205
0 commit comments