1
0
forked from GitHub/gf-core

replace 9.6.6 with 9.6.7

This commit is contained in:
Inari Listenmaa
2025-08-02 19:39:29 +02:00
parent f1a72a066f
commit 52df0ed4fe
3 changed files with 22 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ jobs:
- "8.6.5"
- "8.8.3"
- "8.10.7"
- "9.6.6"
- "9.6.7"
exclude:
- os: macos-latest
ghc: 8.8.3
@@ -72,7 +72,7 @@ jobs:
strategy:
matrix:
stack: ["latest"]
ghc: ["8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.6.6"]
ghc: ["8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.6.7"]
steps:
- uses: actions/checkout@v2