Skip to content

Commit

Permalink
bump to ghc-9.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shayne-fletcher committed Jun 22, 2024
1 parent e0f532a commit 6b406c8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ghc-9.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
steps:
- uses: haskell-actions/setup@v2
with:
ghc-version: '9.6.4'
ghc-version: '9.8.1'
enable-stack: true
stack-version: 'latest'
- name: Upgrade stack from git
run: |-
stack upgrade --git
echo "$HOME/.local/bin" >> $GITHUB_PATH
which stack
stack --version
shell: bash
stack-version: '2.15.7'
# - name: Upgrade stack from git
# run: |-
# stack upgrade --git
# echo "$HOME/.local/bin" >> $GITHUB_PATH
# which stack
# stack --version
# shell: bash
- name: Install build tools
run: brew install automake
if: matrix.os == 'macos'
Expand All @@ -41,5 +41,5 @@ jobs:
hlint-from-scratch/hlint-from-scratch.sh --init="$HOME/project"
shell: bash
- name: Build and Test ('ghc-9.10.1')
run: hlint-from-scratch/hlint-from-scratch.sh --ghc-flavor="ghc-9.10.1" --stack-yaml=stack-exact.yaml --resolver=ghc-9.6.4 --no-checkout
run: hlint-from-scratch/hlint-from-scratch.sh --ghc-flavor="ghc-9.10.1" --stack-yaml=stack-exact.yaml --resolver=ghc-9.8.1 --no-checkout
shell: bash

0 comments on commit 6b406c8

Please sign in to comment.