We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2d747 commit 5879b4bCopy full SHA for 5879b4b
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: [ubuntu-latest, macOS-latest]
12
- ghc: ["9.8", "9.10"]
+ ghc: ["9.6.6", "9.8", "9.10"] #using 9.6.6 as ghc-lib-parser-9.10.1.20250103 is not compatible with ghc-9.6.7. Re-enable when sorted
13
14
steps:
15
- uses: actions/checkout@v4
0 commit comments