Skip to content

Commit

Permalink
Specify conditional stack downgrade to continue supporting lts-11
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Oct 26, 2024
1 parent 17137a2 commit 638e62a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ jobs:
with:
ghc-version: ${{ matrix.ghc }}
enable-stack: true
stack-version: 'latest'
cabal-version: '3.10'
stack-version: ${{ matrix.resolver == 'lts-11' && '2.15.5' || 'latest' }}

- name: Cache
id: cache
Expand Down

0 comments on commit 638e62a

Please sign in to comment.