Skip to content

Conversation

@bluvulture
Copy link
Contributor

This pull request updates the project to use PHP 8.4 as the default version in both the Docker build process and the release workflow. The most important changes include updating the default PHP version in the Dockerfile and adjusting the release workflow to build and tag images for PHP 8.4.

PHP Version Updates:

  • Updated the default PHP version to 8.4 in the Dockerfile by changing the PHP_VERSION build argument.
  • Modified the release workflow in .github/workflows/release.yml to add new build and tag entries for PHP 8.4, including a new v4.0 tag marked as the latest.
  • Removed the previous 4.x PHP 8.3 build entry from the release workflow, focusing future 4.x builds on PHP 8.4.

@bluvulture bluvulture requested a review from brusch August 27, 2025 08:44
@bluvulture bluvulture merged commit 0853fda into 4.x Aug 27, 2025
3 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Aug 27, 2025
@brusch brusch deleted the prepare_v4 branch August 27, 2025 09:02
@bluvulture bluvulture linked an issue Aug 27, 2025 that may be closed by this pull request
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When PHP 8.4?

3 participants