Skip to content

Commit

Permalink
Test with newer GHC
Browse files Browse the repository at this point in the history
Summary:

Test Plan:
  • Loading branch information
ndmitchell committed Dec 28, 2024
1 parent 702eff2 commit 87376a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ghc: ['9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8']
ghc: ['9.12', '9.10', '9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8']
include:
- os: windows-latest
- os: macOS-latest
Expand Down
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Changelog for Shake (* = breaking change)

Test with GHC 9.12
0.9.8, released 2024, 2024-01-14
Test with GHC 9.8
#844, optimise database reading/writing with use unsafeUseAsCString
Expand Down
2 changes: 1 addition & 1 deletion shake.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ description:
(e.g. compiler version).
homepage: https://shakebuild.com
bug-reports: https://github.com/ndmitchell/shake/issues
tested-with: GHC==9.8, GHC==9.6, GHC==9.4, GHC==9.2, GHC==9.0, GHC==8.10, GHC==8.8
tested-with: GHC==9.12, GHC==9.10, GHC==9.8, GHC==9.6, GHC==9.4, GHC==9.2, GHC==9.0, GHC==8.10, GHC==8.8
extra-doc-files:
CHANGES.txt
README.md
Expand Down

0 comments on commit 87376a1

Please sign in to comment.