diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f8a030..84aee56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: - "9.4.2" - "9.6.3" - "9.8.1" + - "9.10.1" steps: - uses: actions/checkout@v4 diff --git a/extensions.cabal b/extensions.cabal index 2ac2aac..1a1596b 100644 --- a/extensions.cabal +++ b/extensions.cabal @@ -22,6 +22,7 @@ tested-with: GHC == 8.8.4 GHC == 9.4.2 GHC == 9.6.3 GHC == 9.8.1 + GHC == 9.10.1 flag executable description: Build the extensions executable