Skip to content

Commit

Permalink
test: Remove some EOL platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuclaw committed Apr 26, 2024
1 parent 50f5825 commit c9177c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ RPM="dmd-${VERSION/-/\~}-0.fedora.x86_64.rpm"
# dmd-2.079.1-0.openSUSE.x86_64.rpm, dmd-2.079.1~beta.1-0.openSUSE.x86_64.rpm
SUSE_RPM="dmd-${VERSION/-/\~}-0.openSUSE.x86_64.rpm"

DEB_PLATFORMS=(ubuntu:xenial ubuntu:bionic ubuntu:focal ubuntu:jammy ubuntu:latest)
DEB_PLATFORMS=(ubuntu:focal ubuntu:jammy ubuntu:latest)
DEB_PLATFORMS+=(debian:stable debian:testing debian:latest)
RPM_PLATFORMS=(fedora:31 fedora:latest centos:7 quay.io/centos/centos:stream)
RPM_PLATFORMS=(fedora:31 fedora:latest quay.io/centos/centos:stream)
SUSE_RPM_PLATFORMS=(opensuse/leap opensuse/tumbleweed)

# copy pkgs to test folder so that it's part of docker's build context
Expand Down

0 comments on commit c9177c8

Please sign in to comment.