Skip to content

Commit

Permalink
Update CI to support newest GHC versions. (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles authored Jun 3, 2023
2 parents 96b0705 + ff88100 commit 7569224
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
ghc:
- 8.10.7
- 9.0.2
- 9.2.7
- 9.2.8
- 9.4.5
- 9.6.1
- 9.6.2
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
if: |
github.ref == 'refs/heads/main'
&& matrix.os == 'ubuntu-latest'
&& matrix.ghc == '9.6.1'
&& matrix.ghc == '9.6.2'
run: >
mv ${{ env.cabal-build-dir }}/build/*/*/*/doc/html/* gh-pages
Expand All @@ -117,7 +117,7 @@ jobs:
if: |
github.ref == 'refs/heads/main'
&& matrix.os == 'ubuntu-latest'
&& matrix.ghc == '9.6.1'
&& matrix.ghc == '9.6.2'
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
Expand Down

0 comments on commit 7569224

Please sign in to comment.