From fa9788ff6d23fc3b6714bf32db1f704da6c73f86 Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Sat, 3 Feb 2024 08:08:27 +0000 Subject: [PATCH] Test 9.8.1 Support for it was already added in 69a8089a5d022f85d98410d947b0646efb350f0b --- .github/workflows/ci.yml | 1 + extensions.cabal | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a66d9fb..50863d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: - "9.2.4" - "9.4.2" - "9.6.3" + - "9.8.1" steps: - uses: actions/checkout@v3 diff --git a/extensions.cabal b/extensions.cabal index 37675db..79a4623 100644 --- a/extensions.cabal +++ b/extensions.cabal @@ -21,6 +21,7 @@ tested-with: GHC == 8.8.4 GHC == 9.2.4 GHC == 9.4.2 GHC == 9.6.3 + GHC == 9.8.1 flag executable description: Build the extensions executable