Skip to content

use PHP 8.2 for Symfony 7 builds #19391

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 8, 2024
Merged

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Jan 8, 2024

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.

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.
@xabbuh xabbuh force-pushed the build-php-version branch from 113d8a6 to e72beec Compare January 8, 2024 08:38
@xabbuh
Copy link
Member Author

xabbuh commented Jan 8, 2024

@xabbuh xabbuh merged commit 29cc9f2 into symfony:7.0 Jan 8, 2024
@xabbuh xabbuh deleted the build-php-version branch January 8, 2024 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants