Commit 5e0feb4
authored
Update CI to PHP 8.5 stable and fix test file naming (#258)
## 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`).
Signed-off-by: Marjo Wenzel van Lier <[email protected]>1 parent 4935241 commit 5e0feb4
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | 131 | | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
File renamed without changes.
0 commit comments