summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidar Holen <vidar@vidarholen.net>2024-03-03 16:11:44 -0800
committerVidar Holen <vidar@vidarholen.net>2024-03-03 16:11:44 -0800
commit8bc7345aa7ec55f79a433388f443dddf4e89e270 (patch)
tree2c6acf8ce00340135577b2197513f3682e445b56
parentad3c3146f0e10fcd331a1c8bba29e710f4417c99 (diff)
Remove outdated distros from testing
-rwxr-xr-xtest/distrotest2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/distrotest b/test/distrotest
index 4ad66f8..ef467b8 100755
--- a/test/distrotest
+++ b/test/distrotest
@@ -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