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 #19391 use PHP 8.2 for Symfony 7 builds (xabbuh)
This PR was merged into the 7.0 branch.
Discussion
----------
use PHP 8.2 for Symfony 7 builds
We were actually never running our test application with Symfony 7.0/7.1 as our CI config prevented Symfony 7 components to be installed:
```
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires symfony/asset * -> satisfiable by symfony/asset[7.1.x-dev].
- symfony/asset 7.1.x-dev requires php >=8.2 -> your php version (8.1.27) does not satisfy that requirement.
```
Commits
-------
e72beec use PHP 8.2 for Symfony 7 builds
0 commit comments