Skip to content

Commit

Permalink
Merge pull request #1837 from dten/ltstests
Browse files Browse the repository at this point in the history
Stop testing against stackage lts 11/12
  • Loading branch information
snoyberg authored Jul 11, 2024
2 parents e005f46 + ad97393 commit bcfcd94
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
- "--resolver lts-18"
- "--resolver lts-16"
- "--resolver lts-14"
- "--resolver lts-12"
- "--resolver lts-11"
# Bugs in GHC make it crash too often to be worth running
exclude:
- os: windows-latest
Expand All @@ -30,10 +28,6 @@ jobs:
args: "--resolver lts-16"
- os: macos-latest
args: "--resolver lts-14"
- os: macos-latest
args: "--resolver lts-12"
- os: macos-latest
args: "--resolver lts-11"

steps:
- name: Clone project
Expand Down

0 comments on commit bcfcd94

Please sign in to comment.