Commit 9fd823d
committed
minor symfony#59090 Add CI job for PHP 8.5 (alexandre-daubois)
This PR was merged into the 6.4 branch.
Discussion
----------
Add CI job for PHP 8.5
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Enables PHP 8.5 nightlies on the CI.
What motivated this early addition is the continuous effort of converting resources to actual classes. PHP 8.5 already embeds features like https://wiki.php.net/rfc/directory-opaque-object, which could already be handled in PRs such as symfony#59035.
Also we'll be able to fix future deprecations as soon as they appear during the next year.
Commits
-------
15d56bb Add an experimental CI job for PHP 8.51 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments