From 8f29af264cee86993aae82aabe201c88edd334f5 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 8 Dec 2023 06:34:43 -1000 Subject: [PATCH] ci: bump ghc version to 9.4.4, preliminary for #2129, #2128 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 473fa1ad8b8..4f93c250607 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,8 @@ jobs: # keep synced with branch protection rules, see link above plan: # the oldest supported ghc, to check backward compatibility - - { ghc: "810", stack: "stack --stack-yaml=stack8.10.yaml" } + # - { ghc: "810", stack: "stack --stack-yaml=stack8.10.yaml" } + - { ghc: "944", stack: "stack --stack-yaml=stack9.4.yaml" } steps: - name: Check out