Skip to content

Commit

Permalink
Try and use GHC 9.6 instead of 8.8 for old GHCs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Apr 20, 2023
1 parent 3ebdeec commit 9be4627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
# Newer ghc versions than 8.8.4 have to be installed with ghcup cause
# they are not available in ppa/hvr. The ghcup installation
# needs `sudo` which is not available in the xenial container
ghc: ["8.8.4"]
ghc: ["9.6.1"]
extra-ghc: ["7.10.3", "7.8.4", "7.6.3", "7.4.2", "7.2.2", "7.0.4"]

steps:
Expand Down

0 comments on commit 9be4627

Please sign in to comment.