From 5120debdfde0f0d174677dfcbc453803e439035e Mon Sep 17 00:00:00 2001 From: Enno Cramer Date: Wed, 9 Aug 2023 23:23:42 +0200 Subject: [PATCH] Bump CI runners and add GHC-9.2, GHC-9.4, and GHC-9.6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9a1222..b336006 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macOS-latest ] - ghc: [ 8.4.4, 8.6.5, 8.8.3, 8.10.2, 9.0.1 ] + ghc: [ 8.4.4, 8.6.5, 8.8.4, 8.10.7, 9.0.2, 9.2.8, 9.4.6, 9.6.2 ] exclude: - os: macOS-latest ghc: 8.4.4