Skip to content

Commit

Permalink
Update GHC versions in build matrix. (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles authored Oct 16, 2023
2 parents 02c0d1f + 0901fc1 commit 4ff9f5b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ jobs:
- 8.10.7
- 9.0.2
- 9.2.8
- 9.4.5
- 9.6.2
- 9.4.7
- 9.6.3
- 9.8.1
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Environment
uses: haskell/actions/setup@v2
uses: haskell-actions/setup@v2
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}
Expand Down Expand Up @@ -107,7 +108,7 @@ jobs:
if: |
github.ref == 'refs/heads/main'
&& matrix.os == 'ubuntu-latest'
&& matrix.ghc == '9.6.2'
&& matrix.ghc == '9.8.1'
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.2'
&& matrix.ghc == '9.8.1'
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
Expand Down

0 comments on commit 4ff9f5b

Please sign in to comment.