Skip to content

Commit 47bff1d

Browse files
committed
Add 24.04 to distrotest LTS
1 parent 0ee46a0 commit 47bff1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/distrotest

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,12 @@ fedora:latest dnf install -y cabal-install ghc-template-haskell-devel fi
7474
archlinux:latest pacman -S -y --noconfirm cabal-install ghc-static base-devel
7575
7676
# Ubuntu LTS
77+
ubuntu:24.04 apt-get update && apt-get install -y cabal-install
7778
ubuntu:22.04 apt-get update && apt-get install -y cabal-install
7879
ubuntu:20.04 apt-get update && apt-get install -y cabal-install
7980
8081
# Stack on Ubuntu LTS
81-
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
82+
ubuntu:24.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
8283
EOF
8384

8485
exit "$final"

0 commit comments

Comments
 (0)