Skip to content

Build release archives (and validate) with GHC 9.2.3 #8272

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
ghc: ["8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.2.3"]
include:
- os: macos-latest
ghc: "8.10.7"
ghc: "9.2.3"
name: Bootstrap ${{ matrix.os }} ghc-${{ matrix.ghc }}
runs-on: ${{ matrix.os }}
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ on:
env:
# We choose a stable ghc version across all os's
# which will be used to do the next release
GHC_FOR_RELEASE: '8.10.7'
GHC_FOR_RELEASE: '9.2.3'
# Ideally we should use the version about to be released for hackage tests and benchmarks
GHC_FOR_SOLVER_BENCHMARKS: '8.10.7'
GHC_FOR_COMPLETE_HACKAGE_TESTS: '8.10.7'
GHC_FOR_SOLVER_BENCHMARKS: '9.2.3'
GHC_FOR_COMPLETE_HACKAGE_TESTS: '9.2.3'
COMMON_FLAGS: '-j 2 -v'

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ variables:
# Commit of ghc/ci-images repository from which to pull Docker images
DOCKER_REV: "4ed1a4f27828ba96a34662dc954335e29b470cd2"

GHC_VERSION: 8.10.7
CABAL_INSTALL_VERSION: 3.9.0.0
GHC_VERSION: 9.2.3
CABAL_INSTALL_VERSION: 3.6.2.0

workflow:
rules:
Expand Down
10 changes: 10 additions & 0 deletions changelog.d/pr-8272
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
synopsis: Build release archives (and validate) with GHC 9.2.3
packages: cabal-install
prs: #8272
issues: #8271

description: {

- The release binaries are now built with GHC 9.2.3, which fixes some minor snags

}