Skip to content

Update PHP images and add PHP 8.5 support#929

Merged
mikelittle merged 1 commit into
masterfrom
update-php-images
May 19, 2026
Merged

Update PHP images and add PHP 8.5 support#929
mikelittle merged 1 commit into
masterfrom
update-php-images

Conversation

@mikelittle
Copy link
Copy Markdown
Contributor

Summary

Refresh the PHP image map in class-docker-compose-generator.php to pick up the latest patch releases from humanmade/docker-wordpress-php, and add PHP 8.5:

  • 8.5humanmade/altis-local-server-php:8.5.3 (new)
  • 8.48.4.48.4.9
  • 8.38.3.238.3.24
  • 8.28.2.368.2.37
  • 8.1 unchanged (6.0.30)

Test plan

  • composer server start succeeds on each of php: "8.5", "8.4", "8.3", "8.2"
  • composer server cli -- wp eval 'echo PHP_VERSION;' reports the expected major.minor for each

@jerico
Copy link
Copy Markdown
Contributor

jerico commented May 19, 2026

I'm wondering why this isn't backported to v26, v25, v24? Do we only support specific PHP version per Altis version?

#930
#931

@mikelittle
Copy link
Copy Markdown
Contributor Author

mikelittle commented May 19, 2026

I'm wondering why this isn't backported to v26, v25, v24? Do we only support specific PHP version per Altis version?

#930 #931

We don't support php 8.5 in the older branches, this next release will be the first.
Hence, three different PR for three different sets of supported php versions.

@mikelittle mikelittle merged commit e4de4e2 into master May 19, 2026
1 of 2 checks passed
@mikelittle mikelittle deleted the update-php-images branch May 19, 2026 17:13
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.

2 participants