We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1727069 commit 5657c80Copy full SHA for 5657c80
.github/workflows/haskell.yml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
fail-fast: false
27
matrix:
28
- ghc: ["9.6", "9.8", "9.10", "9.12", "9.14"]
+ ghc: ["9.6", "9.8", "9.10", "9.12"]
29
cabal: ["3.16"]
30
sys:
31
- { os: windows-latest, shell: 'C:/msys64/usr/bin/bash.exe -e {0}' }
0 commit comments