From 67f6c8e7bfdb0798735b69deb7a9360720fb1c65 Mon Sep 17 00:00:00 2001 From: Anthony Cowley Date: Sat, 21 Oct 2023 23:26:20 -0400 Subject: [PATCH] CI change compiler matrix --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 402a4d0..596a9fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,10 +18,9 @@ jobs: os: [ubuntu-latest] cabal: ["3.6"] ghc: - - "8.8.4" - - "8.10.7" - - "9.0.1" - - "9.2.1" + - "9.0.2" + - "9.2.8" + - "9.4.6" steps: - uses: actions/checkout@v2