From 2e219d928a374a0843b3edab1f7e037b7267483f Mon Sep 17 00:00:00 2001 From: Sebastian Palencsar Date: Mon, 4 May 2026 19:51:30 +0200 Subject: [PATCH] fix: Remove Ubuntu 20.04 from CI (EOL April 2025) --- .github/workflows/ci-cd.yml | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 474432e..20fa6dc 100755 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -51,7 +51,7 @@ jobs: needs: lint strategy: matrix: - ubuntu_version: ['20.04', '22.04', '24.04', '25.04'] + ubuntu_version: ['22.04', '24.04', '25.04'] steps: - name: Checkout code diff --git a/README.md b/README.md index 842c7b1..93a838e 100755 --- a/README.md +++ b/README.md @@ -299,8 +299,7 @@ ansible-playbook -i inventory/production.yml playbooks/lemp-wordpress-ultimate.y |---|---|---|---| | Ubuntu | 25.04 | ✅ Supported | Interim release | | Ubuntu | 24.04 LTS | ✅ Fully Tested | Recommended | -| Ubuntu | 22.04 LTS | ✅ Fully Tested | Recommended | -| Ubuntu | 20.04 LTS | ✅ Supported | Tested | +| Ubuntu | 22.04 LTS | ✅ Supported | Legacy support | | Debian | 14 | 🔶 Testing | Forky (upcoming) | | Debian | 13 | ✅ Supported | Current stable | | Debian | 12 | ✅ Supported | Compatible |