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 752baba commit c77fc38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ghc-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
steps:
- uses: haskell-actions/setup@v2
with:
ghc-version: '9.6.4'
ghc-version: '9.8.1'
enable-stack: true
stack-version: 'latest'
stack-version: '2.15.7'
- name: Upgrade stack from git
run: |-
stack upgrade --git
Expand All @@ -40,5 +40,5 @@ jobs:
hlint-from-scratch/hlint-from-scratch.sh --init="$HOME/project"
shell: bash
- name: Build and Test ('ghc-next')
run: hlint-from-scratch/hlint-from-scratch.sh --ghc-flavor="" --stack-yaml=stack-exact.yaml --resolver=ghc-9.6.4 --no-checkout
run: hlint-from-scratch/hlint-from-scratch.sh --ghc-flavor="" --stack-yaml=stack-exact.yaml --resolver=ghc-9.8.1 --no-checkout
shell: bash

0 comments on commit c77fc38

Please sign in to comment.