Skip to content

Commit

Permalink
CI: Update stackage resolvers
Browse files Browse the repository at this point in the history
+ Drop lts-14 and thus GHC 8.6 support.
+ Update lts-{18,19} to the respective newest minor versions.
+ Add lts-20 for GHC 9.2.
+ Add nightly-2023 for GHC 9.4
  • Loading branch information
slotThe committed Jan 3, 2023
1 parent 02e3f82 commit b9798a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
resolver: [lts-14.27, lts-16.31, lts-18.15, lts-19.0, nightly-2022-03-21]
resolver: [lts-16.31, lts-18.28, lts-19.33, lts-20.5, nightly-2023-01-03]

steps:
- name: Clone project
Expand Down

0 comments on commit b9798a7

Please sign in to comment.