We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee46a0 commit 47bff1dCopy full SHA for 47bff1d
test/distrotest
@@ -74,11 +74,12 @@ fedora:latest dnf install -y cabal-install ghc-template-haskell-devel fi
74
archlinux:latest pacman -S -y --noconfirm cabal-install ghc-static base-devel
75
76
# Ubuntu LTS
77
+ubuntu:24.04 apt-get update && apt-get install -y cabal-install
78
ubuntu:22.04 apt-get update && apt-get install -y cabal-install
79
ubuntu:20.04 apt-get update && apt-get install -y cabal-install
80
81
# 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
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
83
EOF
84
85
exit "$final"
0 commit comments