Description
Update the PHAR binary release CI workflow to build with PHP 8.5.
What to do
- In
.github/workflows/build-phar-release.yml, change php-version: '8.4' to '8.5'
Verification note: To verify this PR, temporarily enable the build trigger for PRs in the workflow file and comment out the final publication/upload step. Ensure CI passes, then revert these changes before merging. Successful CI run is a prerequisite for the merge.
Definition of Done
PHAR release workflow configuration updated for PHP 8.5.
Blocked by: #45
Branch strategy: create PR targeting feature/php-8.5, not main.
Description
Update the PHAR binary release CI workflow to build with PHP 8.5.
What to do
.github/workflows/build-phar-release.yml, changephp-version: '8.4'to'8.5'Definition of Done
PHAR release workflow configuration updated for PHP 8.5.
Blocked by: #45