Skip to content

Commit e04696f

Browse files
committed
Update the ghc version in the regression checking CI
1 parent 4e2fccb commit e04696f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/regression-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
GHCUP_VER=0.1.18.0
7171
curl -sL -o ./ghcup https://downloads.haskell.org/~ghcup/$GHCUP_VER/x86_64-linux-ghcup-$GHCUP_VER
7272
chmod +x ./ghcup
73-
GHCVER=9.2.7
73+
GHCVER=9.6.3
7474
./ghcup install ghc $GHCVER
7575
./ghcup set ghc $GHCVER
7676
cabal update

0 commit comments

Comments
 (0)