Skip to content

Commit

Permalink
ci: bump ghc version to 9.4.4, preliminary for #2129, #2128
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Jan 1, 2024
1 parent d79cb6c commit 8f29af2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f29af2

Please sign in to comment.