From 52df0ed4fe3e33604fb5cd8424c58a194bcc7b6d Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Sat, 2 Aug 2025 19:39:29 +0200 Subject: replace 9.6.6 with 9.6.7 --- .github/workflows/build-all-versions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/build-all-versions.yml') diff --git a/.github/workflows/build-all-versions.yml b/.github/workflows/build-all-versions.yml index 0f3222809..dfaaa32df 100644 --- a/.github/workflows/build-all-versions.yml +++ b/.github/workflows/build-all-versions.yml @@ -20,7 +20,7 @@ jobs: - "8.6.5" - "8.8.3" - "8.10.7" - - "9.6.6" + - "9.6.7" exclude: - os: macos-latest ghc: 8.8.3 @@ -72,7 +72,7 @@ jobs: strategy: matrix: stack: ["latest"] - ghc: ["8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.6.6"] + ghc: ["8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.6.7"] steps: - uses: actions/checkout@v2 -- cgit v1.2.3