From 14a58013fb699ff998c59abb236ccb7126b02818 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sun, 28 Jul 2024 10:48:07 -0700 Subject: [PATCH] centos: drop EOL centos-7 https://www.redhat.com/en/blog/centos-linux-has-reached-its-end-life-eol The end of life for CentOS Linux 7 has come and gone - on June 30, 2024. Signed-off-by: Tim Orling --- .github/workflows/build-test-deploy.yml | 1 - tests/distro-check.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index 4ad26c8..acb959c 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -23,7 +23,6 @@ jobs: base_distro: [ alma-8, alma-9, - centos-7, debian-10, debian-11, debian-12, diff --git a/tests/distro-check.sh b/tests/distro-check.sh index db35b23..f25e515 100755 --- a/tests/distro-check.sh +++ b/tests/distro-check.sh @@ -18,7 +18,6 @@ declare -A distros distros["alma-8"]="AlmaLinux 8" distros["alma-9"]="AlmaLinux 9" -distros["centos-7"]="CentOS Linux 7 (Core)" distros["debian-9"]="Debian GNU/Linux 9 (stretch)" distros["debian-10"]="Debian GNU/Linux 10 (buster)" distros["debian-11"]="Debian GNU/Linux 11 (bullseye)"