We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2fccb commit e04696fCopy full SHA for e04696f
1 file changed
.github/workflows/regression-check.yml
@@ -70,7 +70,7 @@ jobs:
70
GHCUP_VER=0.1.18.0
71
curl -sL -o ./ghcup https://downloads.haskell.org/~ghcup/$GHCUP_VER/x86_64-linux-ghcup-$GHCUP_VER
72
chmod +x ./ghcup
73
- GHCVER=9.2.7
+ GHCVER=9.6.3
74
./ghcup install ghc $GHCVER
75
./ghcup set ghc $GHCVER
76
cabal update
0 commit comments