Skip to content

Commit

Permalink
Add CI support for GHC 9.8 series.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles committed Feb 22, 2024
1 parent 203a318 commit 40eb03a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- '9.2'
- '9.4'
- '9.6'
- '9.8'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 40eb03a

Please sign in to comment.