From 40eb03a71d1d75bae39350da1e26b864ed394419 Mon Sep 17 00:00:00 2001 From: Jonathan Knowles Date: Thu, 22 Feb 2024 09:21:01 +0000 Subject: [PATCH] Add CI support for GHC 9.8 series. --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64d226d..4fb853c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,6 +32,7 @@ jobs: - '9.2' - '9.4' - '9.6' + - '9.8' steps: - name: Checkout uses: actions/checkout@v4 @@ -107,7 +108,7 @@ jobs: if: | github.ref == 'refs/heads/main' && matrix.os == 'ubuntu-latest' - && matrix.ghc == '9.6' + && matrix.ghc == '9.8' run: > mv ${{ env.cabal-build-dir }}/build/*/*/*/doc/html/* gh-pages @@ -117,7 +118,7 @@ jobs: if: | github.ref == 'refs/heads/main' && matrix.os == 'ubuntu-latest' - && matrix.ghc == '9.6' + && matrix.ghc == '9.8' uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages