Skip to content

Commit

Permalink
Bump GHC versions to latest (#84)
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Maruseac <mihai.maruseac@gmail.com>
  • Loading branch information
mihaimaruseac authored Oct 10, 2023
1 parent 133d4c5 commit ec6df3b
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]
steps:
- name: Checkout code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
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 ec6df3b

Please sign in to comment.