Skip to content

fix(docker): bump PHP to 8.4 for Symfony 8 / API Platform 4.3#678

Merged
soyuka merged 1 commit into
stagingfrom
fix/dockerfile-php-8.4
Jun 12, 2026
Merged

fix(docker): bump PHP to 8.4 for Symfony 8 / API Platform 4.3#678
soyuka merged 1 commit into
stagingfrom
fix/dockerfile-php-8.4

Conversation

@soyuka

@soyuka soyuka commented Jun 12, 2026

Copy link
Copy Markdown
Member

Problem

CD build fails after #677 (Symfony 8 / API Platform 4.3 upgrade):

symfony/yaml v8.1.0 requires php >=8.4.1 -> your php version (8.2.31) does not satisfy that requirement.

composer.json was bumped to >=8.4 and composer.lock pins Symfony 8 packages (require php >=8.4.1), but api/Dockerfile still used php:8.2-fpm-alpine.

Fix

Bump base image php:8.2-fpm-alpine -> php:8.4-fpm-alpine.

Helm checked: no PHP version refs (images injected at deploy).

Symfony 8 packages (locked in composer.lock) require php >=8.4.1, but
api/Dockerfile still used php:8.2-fpm-alpine, breaking the CD composer
install step after #677. Bump base image to php:8.4-fpm-alpine.
@soyuka soyuka merged commit 6c35fc8 into staging Jun 12, 2026
@soyuka soyuka deleted the fix/dockerfile-php-8.4 branch June 12, 2026 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant