Skip to content

Commit

Permalink
ci: Bump stack workflow
Browse files Browse the repository at this point in the history
* Include more newer GHC releases
* Only specify major resolver versions
  • Loading branch information
slotThe committed Jul 19, 2023
1 parent 4b4670d commit 92e170f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
resolver: [lts-16.31, lts-18.28, lts-19.33, lts-20.5, nightly-2023-01-03]
resolver:
[ lts-16 # GHC 8.8
, lts-18 # GHC 8.10
, lts-19 # GHC 9.0
, lts-20 # GHC 9.2
, lts-21 # GHC 9.4
, nightly-2023-07-19 # GHC 9.6
]

steps:
- name: Clone project
Expand Down

0 comments on commit 92e170f

Please sign in to comment.