Skip to content

Commit

Permalink
Add automation to validate support for stack LTS 20.
Browse files Browse the repository at this point in the history
  • Loading branch information
IamfromSpace committed Jul 7, 2023
1 parent 77ed15f commit 72be1ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/haskell_stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- lts-17
- lts-18
- lts-19
- lts-20
experimental:
- false
include:
Expand Down
4 changes: 4 additions & 0 deletions stack-lts-20.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
resolver: lts-20.26
packages:
- .
extra-deps: []

0 comments on commit 72be1ba

Please sign in to comment.