Skip to content

Commit

Permalink
Remove outdated distros from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
koalaman committed Mar 4, 2024
1 parent ad3c314 commit 8bc7345
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/distrotest
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ archlinux:latest pacman -S -y --noconfirm cabal-install ghc-static base-dev
# Ubuntu LTS
ubuntu:22.04 apt-get update && apt-get install -y cabal-install
ubuntu:20.04 apt-get update && apt-get install -y cabal-install
ubuntu:18.04 apt-get update && apt-get install -y cabal-install
ubuntu:16.04 apt-get update && apt-get install -y cabal-install
# Stack on Ubuntu LTS
ubuntu:22.04 set -e; apt-get update && apt-get install -y curl && curl -sSL https://get.haskellstack.org/ | sh -s - -f && cd /mnt && exec test/stacktest
Expand Down

0 comments on commit 8bc7345

Please sign in to comment.