You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#50607 Run unit tests with PHP 8.3 (derrabus)
This PR was merged into the 5.4 branch.
Discussion
----------
Run unit tests with PHP 8.3
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | N/A
| License | MIT
| Doc PR | N/A
It's that time of the year… PHP 8.3.0-alpha1 has been released, so we might start to test against that new version. Right now, it looks like PHP 8.3 will be a pretty boring release. The good kind of boring, of course!
This PR bumps the PHP 8.2 job to 8.3 and the high/low deps jobs from PHP 8.1 to 8.2. All dependency bumps in the component's composer.json files were done to fix test failures on the low-deps run.
Commits
-------
d51bce6 Run unit tests with PHP 8.3
0 commit comments