Skip to content

Commit

Permalink
Test with GHC 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed Apr 13, 2023
1 parent 52ab082 commit 909ceee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ghc: ['9.2', '9.0', '8.10', '8.8', '8.6']
ghc: ['9.6', '9.4', '9.2', '9.0', '8.10', '8.8']
include:
- os: windows-latest
- os: macOS-latest

steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
- uses: haskell/actions/setup@v2
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
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.2, GHC==9.0, GHC==8.10, GHC==8.8, GHC==8.6
tested-with: 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 909ceee

Please sign in to comment.