From e66f631a283de389c56a1fd1b9ebbf76c8ae4a79 Mon Sep 17 00:00:00 2001 From: Riddhesh Sanghvi Date: Fri, 25 Sep 2026 05:57:43 +0000 Subject: [PATCH 1/2] ci(php): stop building EOL-base php 7.4 and 8.0 images The php 7.4 and 8.0 images are based on Debian 11 (bullseye), which reached end of life when its LTS ended on 2026-08-31. Their last images are v4.13.0, rebuilt on the final bullseye-security snapshot (#355); there will be no further Debian security updates to pick up, so rebuilding them on every tag adds nothing. Images are now dropped from the matrix when their Debian base goes EOL, not when PHP does, so 8.1 (Debian 12) keeps building. The php/7.4 and php/8.0 Dockerfiles are kept, as for 5.6 to 7.3, and the published images stay available on Docker Hub. --- .github/workflows/test_and_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_publish.yml b/.github/workflows/test_and_publish.yml index f1684b5..a802918 100644 --- a/.github/workflows/test_and_publish.yml +++ b/.github/workflows/test_and_publish.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] + php: ['8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Checkout uses: actions/checkout@v7 From a2b0b207b6dc7dd8c95dfc522b5c5dfe1f183ff1 Mon Sep 17 00:00:00 2001 From: Riddhesh Sanghvi Date: Fri, 25 Sep 2026 05:59:31 +0000 Subject: [PATCH 2/2] ci(dependabot): stop tracking php 7.4 and 8.0 base images These images are no longer built after v4.13.0, so base image bumps for them have nothing to publish. --- .github/dependabot.yaml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 9bd7572..76bf503 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -55,26 +55,6 @@ updates: - mrrobot47 - - package-ecosystem: "docker" - directory: "/php/7.4" - ignore: - - dependency-name: "php" - update-types: ["version-update:semver-major", "version-update:semver-minor"] - schedule: - interval: "weekly" - reviewers: - - mrrobot47 - - - package-ecosystem: "docker" - directory: "/php/8.0" - ignore: - - dependency-name: "php" - update-types: ["version-update:semver-major", "version-update:semver-minor"] - schedule: - interval: "weekly" - reviewers: - - mrrobot47 - - package-ecosystem: "docker" directory: "/php/8.1" ignore: