From 3758b163a6f8039a2c9b5b6e01d5227609c615ae Mon Sep 17 00:00:00 2001 From: Nicholas Clarke Date: Mon, 22 Apr 2024 16:53:34 +0200 Subject: [PATCH] Add GHC8 to the testing matrix. --- .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 6fbea89..1497df0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - ghc: ["9.2.8", "9.6.3", "9.8.1"] + ghc: ["8.10.7", "9.2.8", "9.6.4", "9.8.1"] os: [ubuntu-latest] steps: - uses: actions/checkout@v3