Skip to content

Commit

Permalink
Bump GHC versions to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Maruseac <[email protected]>
  • Loading branch information
mihaimaruseac committed Oct 10, 2023
1 parent 5814f08 commit 258f9b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit-cabal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false # don't cancel other jobs if one fails
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
ghc: [8.10.7, 9.0.2, 9.2.7, 9.4.5, 9.6.1]
ghc: [8.10.7, 9.0.2, 9.2.8, 9.4.7, 9.6.3]
defaults:
run:
# The default shell on Windows is `pwsh`. However, it doesn't expand
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# are not building a new cache here, just reusing an existing one.
env:
os: ubuntu-latest
ghc: 9.4.4
ghc: 9.6.3
outputs:
hash_sdist: ${{ steps.hash_sdist.outputs.hash_sdist }}
hash_execs: ${{ steps.hash_execs.outputs.hash_execs }}
Expand Down

0 comments on commit 258f9b2

Please sign in to comment.