Fix STACK_YAML in release

We removed some resolvers, so we need to update the minimum that's used
here.
This commit is contained in:
patrick brisbin 2026-01-07 08:37:11 -05:00
parent 3dd2318067
commit 9019627fa7
No known key found for this signature in database
GPG Key ID: 75481C55CEC8925D

View File

@ -19,4 +19,4 @@ jobs:
HACKAGE_KEY: ${{ secrets.HACKAGE_UPLOAD_API_KEY }}
# Use minimum LTS to set lowest lower bounds
STACK_YAML: stack-lts-16.31.yaml
STACK_YAML: stack-lts21.yaml