fix: Remove Ubuntu 20.04 from CI (EOL April 2025)
This commit is contained in:
2
.github/workflows/ci-cd.yml
vendored
2
.github/workflows/ci-cd.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
|||||||
needs: lint
|
needs: lint
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ubuntu_version: ['20.04', '22.04', '24.04', '25.04']
|
ubuntu_version: ['22.04', '24.04', '25.04']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|||||||
@@ -299,8 +299,7 @@ ansible-playbook -i inventory/production.yml playbooks/lemp-wordpress-ultimate.y
|
|||||||
|---|---|---|---|
|
|---|---|---|---|
|
||||||
| Ubuntu | 25.04 | ✅ Supported | Interim release |
|
| Ubuntu | 25.04 | ✅ Supported | Interim release |
|
||||||
| Ubuntu | 24.04 LTS | ✅ Fully Tested | Recommended |
|
| Ubuntu | 24.04 LTS | ✅ Fully Tested | Recommended |
|
||||||
| Ubuntu | 22.04 LTS | ✅ Fully Tested | Recommended |
|
| Ubuntu | 22.04 LTS | ✅ Supported | Legacy support |
|
||||||
| Ubuntu | 20.04 LTS | ✅ Supported | Tested |
|
|
||||||
| Debian | 14 | 🔶 Testing | Forky (upcoming) |
|
| Debian | 14 | 🔶 Testing | Forky (upcoming) |
|
||||||
| Debian | 13 | ✅ Supported | Current stable |
|
| Debian | 13 | ✅ Supported | Current stable |
|
||||||
| Debian | 12 | ✅ Supported | Compatible |
|
| Debian | 12 | ✅ Supported | Compatible |
|
||||||
|
|||||||
Reference in New Issue
Block a user