Discontinue openSUSE 15.3 and Ubuntu 18.04 builds for EOL

This commit is contained in:
Greg Lin 2023-07-10 15:09:17 -05:00
commit fc59a69afd

View file

@ -1,12 +1,4 @@
services:
ubuntu-1804:
image: ubuntu:bionic
command: /r-builds/test/test-apt.sh
environment:
- OS_IDENTIFIER=ubuntu-1804
- R_VERSION=${R_VERSION}
volumes:
- ../:/r-builds
ubuntu-2004:
image: ubuntu:focal
command: /r-builds/test/test-apt.sh
@ -71,14 +63,6 @@ services:
- R_VERSION=${R_VERSION}
volumes:
- ../:/r-builds
opensuse-153:
image: opensuse/leap:15.3
command: /r-builds/test/test-zypper.sh
environment:
- OS_IDENTIFIER=opensuse-153
- R_VERSION=${R_VERSION}
volumes:
- ../:/r-builds
opensuse-154:
image: opensuse/leap:15.4
command: /r-builds/test/test-zypper.sh