We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747b1c7 commit 8267cadCopy full SHA for 8267cad
.github/workflows/test.yml
@@ -163,7 +163,8 @@ jobs:
163
name: Test hls-splice-plugin
164
run: cabal test hls-splice-plugin-tests || cabal test hls-splice-plugin-tests
165
166
- - if: matrix.test && matrix.ghc != '9.2'
+ # TODO enable when it supports 9.10
167
+ - if: matrix.test && matrix.ghc != '9.2' && matrix.ghc != '9.10'
168
name: Test hls-stan-plugin
169
run: cabal test hls-stan-plugin-tests || cabal test hls-stan-plugin-tests
170
0 commit comments