From 06e51ccc8aa520ae1196bc7f01aff98f9512c550 Mon Sep 17 00:00:00 2001 From: Julie Schwartz Date: Fri, 9 Aug 2024 20:55:50 +1200 Subject: [PATCH] GitHub CI: Update GHC to 9.6.6 for releases --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b395857..2d640419 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,8 +42,8 @@ jobs: uses: ./.github/workflows/build-and-test-ubuntu.yml with: os: ${{ matrix.os }} - ghc_version: 9.6.5 - hls_version: 2.8.0.0 + ghc_version: 9.6.6 + hls_version: 2.9.0.1 secrets: inherit build-and-test-macos: @@ -55,8 +55,8 @@ jobs: uses: ./.github/workflows/build-and-test-macos.yml with: os: ${{ matrix.os }} - ghc_version: 9.6.5 - hls_version: 2.8.0.0 + ghc_version: 9.6.6 + hls_version: 2.9.0.1 secrets: inherit # ------------------------------