ci(php): stop building EOL-base php 7.4 and 8.0 images - #356
Merged
Merged
Conversation
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 (EasyEngine#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.
These images are no longer built after v4.13.0, so base image bumps for them have nothing to publish.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PHP 7.4 and 8.0 images are built on Debian 11 (bullseye), which reached end of life on 2026-08-31. Upstream PHP is frozen at 7.4.33 and 8.0.30, and the bullseye security archive is now served only from its final snapshot (#355), so any future rebuild would produce the same image while depending on snapshot.debian.org.
v4.13.0is the last build ofeasyengine/php7.4andeasyengine/php8.0, with the final Debian 11 security updates. This removes both versions from thephpbuild matrix and from dependabot. Thephp/7.4andphp/8.0Dockerfiles stay in the repo for reference, like 5.6–7.3.Going forward, an image is dropped from the matrix when its base OS reaches end of life, not when PHP does, so
php8.1(Debian 12) keeps being built.