nightly workflow: use ghc 9.8, cabal 3.14.

This commit is contained in:
John MacFarlane 2025-01-08 08:53:48 -08:00
parent 12bce32bff
commit 74b288a1d8

View file

@ -17,7 +17,8 @@ jobs:
- name: Install ghc
run: |
ghcup install ghc --set 9.4.4
ghcup install ghc --set 9.8
ghcup install cabal --set 3.14
- name: Install dependencies
run: |
@ -46,7 +47,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install ghc
run: |
ghcup install ghc --set 9.4.4
ghcup install ghc --set 9.8
ghcup install cabal --set 3.14
- name: Install dependencies
run: |
cabal update
@ -78,8 +80,8 @@ jobs:
brew install ghcup
- name: Install ghc
run: |
ghcup install ghc --set 9.4
ghcup install cabal --set 3.10
ghcup install ghc --set 9.8
ghcup install cabal --set 3.14
echo "$HOME/.ghcup/bin" >> "${GITHUB_PATH}"
- name: Install dependencies
run: |