From c3a4d743a835ea5b15bd651ed3854271f0e2cf43 Mon Sep 17 00:00:00 2001 From: Moritz Angermann Date: Wed, 12 Jun 2024 14:21:25 +0800 Subject: [PATCH] Drop GHC 9.2.8 from the GHA matrix I really think we don't want to run tests for that. --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 139b8132a..e8d953adb 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - ghc: ["8.10.7", "9.2.8", "9.6.5"] + ghc: ["8.10.7", "9.6.5"] # os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, windows-latest]