Skip to content

Commit c8ef514

Browse files
Add GHC 9.12 to CI build matrix.
1 parent 34b909b commit c8ef514

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- '9.6'
3535
- '9.8'
3636
- '9.10'
37+
- '9.12'
3738
exclude:
3839
# TODO: https://github.com/haskell-actions/setup/issues/77
3940
# To work around the above issue, we exclude the following versions:
@@ -116,7 +117,7 @@ jobs:
116117
if: |
117118
github.ref == 'refs/heads/main'
118119
&& matrix.os == 'ubuntu-latest'
119-
&& matrix.ghc == '9.10'
120+
&& matrix.ghc == '9.12'
120121
run: >
121122
mv ${{ env.cabal-build-dir }}/build/*/*/*/doc/html/* gh-pages
122123
@@ -126,7 +127,7 @@ jobs:
126127
if: |
127128
github.ref == 'refs/heads/main'
128129
&& matrix.os == 'ubuntu-latest'
129-
&& matrix.ghc == '9.10'
130+
&& matrix.ghc == '9.12'
130131
uses: JamesIves/github-pages-deploy-action@v4
131132
with:
132133
branch: gh-pages

0 commit comments

Comments
 (0)