Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Support GHC 9.2.7 and 9.2.6; test 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Mar 7, 2023
1 parent 204412e commit afa2d2f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
ghc: ["latest", "8.4.4"]
ghc: ["latest", "9.2"]
cabal: ["latest", "3.2.0.0"]
cabal_update: ["false"]
# The following tests do not set 'cabal-update', which defaults to 'true' then.
Expand Down
4 changes: 3 additions & 1 deletion setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ In contrast, a proper `boolean` input like `cabal-update` only accepts values `t
- `9.4.3`
- `9.4.2`
- `9.4.1`
- `9.2.5` `9.2`
- `9.2.7` `9.2`
- `9.2.6`
- `9.2.5`
- `9.2.4`
- `9.2.3`
- `9.2.2`
Expand Down
2 changes: 1 addition & 1 deletion setup/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions setup/lib/versions.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions setup/src/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"9.4.3",
"9.4.2",
"9.4.1",
"9.2.7",
"9.2.6",
"9.2.5",
"9.2.4",
"9.2.3",
Expand Down

0 comments on commit afa2d2f

Please sign in to comment.