From f1ac4a30315dd6a864b15c884b34b8e2d13a80c2 Mon Sep 17 00:00:00 2001 From: Fendor Date: Tue, 8 Aug 2023 12:04:48 +0200 Subject: [PATCH] Update release ghc versions --- .github/workflows/release.yaml | 8 ++++---- RELEASING.md | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4d85628cdca..9f9f1fe9b72 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -173,7 +173,7 @@ jobs: strategy: fail-fast: true matrix: - ghc: ["9.6.2", "9.4.5", "9.2.8", "9.2.7", "9.0.2", "8.10.7"] + ghc: ["9.6.2", "9.4.6", "9.4.5", "9.2.8", "9.0.2", "8.10.7"] steps: - uses: docker://arm64v8/ubuntu:focal name: Cleanup (aarch64 linux) @@ -228,7 +228,7 @@ jobs: strategy: fail-fast: false matrix: - ghc: ["9.6.2", "9.4.5", "9.2.8", "9.2.7", "9.0.2", "8.10.7"] + ghc: ["9.6.2", "9.4.6", "9.4.5", "9.2.8", "9.0.2", "8.10.7"] steps: - name: Checkout code uses: actions/checkout@v3 @@ -268,7 +268,7 @@ jobs: strategy: fail-fast: false matrix: - ghc: ["9.6.2", "9.4.5", "9.2.8", "9.2.7", "8.10.7"] + ghc: ["9.6.2", "9.4.6", "9.4.5", "9.2.8", "8.10.7"] steps: - name: Checkout code uses: actions/checkout@v3 @@ -317,7 +317,7 @@ jobs: strategy: fail-fast: false matrix: - ghc: ["9.6.2", "9.4.5", "9.2.8", "9.2.7", "9.0.2", "8.10.7"] + ghc: ["9.6.2", "9.4.6", "9.4.5", "9.2.8", "9.0.2", "8.10.7"] steps: - name: install windows deps shell: pwsh diff --git a/RELEASING.md b/RELEASING.md index 58f2019533c..9062dbb242c 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -4,6 +4,7 @@ - [ ] check ghcup supports new GHC releases if any - [ ] set the supported GHCs in workflow file `.github/workflows/release.yaml` + - There is currently a list of GHC versions for each major platform. Search for `ghc: [` to find all lists. - [ ] check all plugins still work if release includes code changes - [ ] bump package versions in all `*.cabal` files (same version as hls) - HLS uses a lockstep versioning. The core packages and all plugins use the same version number, and only support exactly the this version.