Skip to content

update php to 8.3 next composer update and fix some phpstan errors #66

update php to 8.3 next composer update and fix some phpstan errors

update php to 8.3 next composer update and fix some phpstan errors #66

Triggered via push December 6, 2023 23:26
Status Failure
Total duration 14s
Artifacts
phpstan-analyse
3s
phpstan-analyse
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
phpstan-analyse
Your lock file does not contain a compatible set of packages. Please run composer update. Problem 1 - Root composer.json requires php ^8.3 but your php version (8.1.2) does not satisfy that requirement. Problem 2 - symfony/event-dispatcher is locked to version v7.0.0 and an update of this package was not requested. - symfony/event-dispatcher v7.0.0 requires php >=8.2 -> your php version (8.1.2) does not satisfy that requirement. Problem 3 - symfony/string is locked to version v7.0.0 and an update of this package was not requested. - symfony/string v7.0.0 requires php >=8.2 -> your php version (8.1.2) does not satisfy that requirement. Problem 4 - symfony/string v7.0.0 requires php >=8.2 -> your php version (8.1.2) does not satisfy that requirement. - symfony/console v6.4.1 requires symfony/string ^5.4|^6.0|^7.0 -> satisfiable by symfony/string[v7.0.0]. - symfony/console is locked to version v6.4.1 and an update of this package was not requested.
phpstan-analyse
Process completed with exit code 2.
phpstan-analyse
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/