ci: bump ghc version to 9.4.4, preliminary for #2129, #2128

This commit is contained in:
Simon Michael 2023-12-08 06:34:43 -10:00
parent cf99c4ab5d
commit b0c4bf6f22

View File

@ -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