From 0461457151f79dbbbf9c321a41303222edc4d5c0 Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Wed, 17 Apr 2024 16:05:34 +0100 Subject: [PATCH] Revert "ci hack" This reverts commit 16dcce6f90ed356e7b8d1bbe51cf854078b9fa0b. --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 4e68ff4d151..2b2e2a6b050 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -68,7 +68,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] # If you remove something from here.. then add it to the old-ghcs job. - ghc: ['9.6.4'] + ghc: ['9.8.2', '9.6.4', '9.4.8', '9.2.8', '9.0.2', '8.10.7', '8.8.4', '8.6.5'] exclude: # corrupts GHA cache or the fabric of reality itself, see https://github.com/haskell/cabal/issues/8356 - os: windows-latest