-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Project is not support PHP 8.2 #61
Comments
PHP 8.0 would be fine |
@yansyunchen You can try running This will ignore composer.json file and will run anyway. Obviously, only run this if you know you have 8.2 installed. |
Same problem. I followed the MS tutorial and chose PHP 8.3. It gives an error that the version is above the supported version. I changed it to 8.2... same thing. Even putting 8.0, the same error continues... and I still get the Azure alert informing me that version 8.0 is deprecated. I am running the application on AzureApps. GitHub Actions error output: Your lock file does not contain a compatible set of packages. Please run composer update. Problem 1 |
Project is not support PHP 8.2
When running composer install will show following error, it seems some dependecy is only allow PHP under 8.0
The text was updated successfully, but these errors were encountered: