Commit e72beec
committed
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.1 parent cf64ea2 commit e72beec
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments