File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2525 - macOS-latest
2626 - windows-latest
2727 cabal :
28- - ' 3.14 '
28+ - ' 3.16 '
2929 ghc :
3030 - ' 8.10'
3131 - ' 9.0'
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
You can’t perform that action at this time.
0 commit comments