Skip to content

Commit 4babf0d

Browse files
Add GHC 9.14 to build matrix. (#48)
2 parents 0e54396 + a4237f7 commit 4babf0d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- macOS-latest
2626
- windows-latest
2727
cabal:
28-
- '3.14'
28+
- '3.16'
2929
ghc:
3030
- '8.10'
3131
- '9.0'
@@ -35,6 +35,7 @@ jobs:
3535
- '9.8'
3636
- '9.10'
3737
- '9.12'
38+
- '9.14'
3839
exclude:
3940
# TODO: https://github.com/haskell-actions/setup/issues/77
4041
# To work around the above issue, we exclude the following versions:
@@ -117,7 +118,7 @@ jobs:
117118
if: |
118119
github.ref == 'refs/heads/main'
119120
&& matrix.os == 'ubuntu-latest'
120-
&& matrix.ghc == '9.12'
121+
&& matrix.ghc == '9.14'
121122
run: >
122123
mv ${{ env.cabal-build-dir }}/build/*/*/*/doc/html/* gh-pages
123124
@@ -127,7 +128,7 @@ jobs:
127128
if: |
128129
github.ref == 'refs/heads/main'
129130
&& matrix.os == 'ubuntu-latest'
130-
&& matrix.ghc == '9.12'
131+
&& matrix.ghc == '9.14'
131132
uses: JamesIves/github-pages-deploy-action@v4
132133
with:
133134
branch: gh-pages

0 commit comments

Comments
 (0)