Skip to content

Conversation

@MarjovanLier
Copy link
Contributor

Summary

  • Update CI matrix from PHP 8.5.0alpha4 to 8.5 stable
  • Rename php84_exit.phpt to php85_exit.phpt for consistency with other PHP 8.5 tests
  • Update package.xml to reflect the renamed test file

Context

PHP 8.5 was officially released on November 20, 2025. This PR updates the CI workflow to test against the stable release instead of the alpha version.

The test file php84_exit.phpt was incorrectly named - it tests the PHP 8.5 feature where exit is represented as AST_CALL, so it should follow the php85_* naming convention used by the other PHP 8.5 tests (php85_clone.phpt, php85_pipe_operator.phpt, php85_void_cast.phpt).

MarjovanLier and others added 2 commits December 6, 2025 11:16
- Change CI matrix from PHP 8.5.0alpha4 to PHP 8.5 stable
- Rename php84_exit.phpt to php85_exit.phpt for consistency

PHP 8.5 has been officially released, updating CI to test against
the stable version instead of the alpha.

Signed-off-by: Marjo Wenzel van Lier <[email protected]>
ci(workflow): Update to PHP 8.5 stable release
Copilot AI review requested due to automatic review settings December 6, 2025 10:26
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the CI testing matrix to use PHP 8.5 stable (released November 20, 2025) instead of the alpha version, and corrects a test file naming inconsistency.

  • Updates CI from PHP 8.5.0alpha4 to 8.5 stable release
  • Renames php84_exit.phpt to php85_exit.phpt to match naming convention of other PHP 8.5-specific tests
  • Updates package.xml to reflect the test file rename

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
.github/workflows/main.yml Updates PHP version from 8.5.0alpha4 to 8.5 for stable release testing
tests/php85_exit.phpt Renamed from php84_exit.phpt to properly reflect that this tests PHP 8.5's exit-as-function-call feature
package.xml Updates test file reference from php84_exit.phpt to php85_exit.phpt and maintains alphabetical ordering

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@nikic nikic merged commit 5e0feb4 into nikic:master Dec 6, 2025
15 checks passed
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