Skip to content

Commit

Permalink
Update CI jobs
Browse files Browse the repository at this point in the history
With the update of unliftio to stm 2.5 (ghc < 8.6), remove old CI jobs
and add newer versions.
  • Loading branch information
tbidne committed Apr 26, 2022
1 parent d1c64b7 commit 81879fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
resolver: [nightly, lts-16, lts-14, lts-12, lts-11, lts-9]
resolver: [nightly, lts-19, lts-18, lts-17, lts-16, lts-14]

steps:
- name: Clone project
Expand Down

0 comments on commit 81879fc

Please sign in to comment.