Skip to content

Commit 8267cad

Browse files
committed
Disable stan tests with ghc 9.10 in CI
1 parent 747b1c7 commit 8267cad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ jobs:
163163
name: Test hls-splice-plugin
164164
run: cabal test hls-splice-plugin-tests || cabal test hls-splice-plugin-tests
165165

166-
- if: matrix.test && matrix.ghc != '9.2'
166+
# TODO enable when it supports 9.10
167+
- if: matrix.test && matrix.ghc != '9.2' && matrix.ghc != '9.10'
167168
name: Test hls-stan-plugin
168169
run: cabal test hls-stan-plugin-tests || cabal test hls-stan-plugin-tests
169170

0 commit comments

Comments
 (0)