Skip to content

feat: migration PHPStan niveau 8 - workflows et corrections compiler #381

feat: migration PHPStan niveau 8 - workflows et corrections compiler

feat: migration PHPStan niveau 8 - workflows et corrections compiler #381

Triggered via push March 11, 2026 13:09
Status Failure
Total duration 1m 54s
Artifacts

phpunit.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
phpunit
Process completed with exit code 2.
phpunit
Your lock file does not contain a compatible set of packages. Please run composer update. Problem 1 - Root composer.json requires php ^8.4 but your php version (8.2.3) does not satisfy that requirement. Problem 2 - php-etl/bucket is locked to version dev-next and an update of this package was not requested. - php-etl/bucket dev-next requires php ^8.4 -> your php version (8.2.3) does not satisfy that requirement. Problem 3 - php-etl/configurator-contracts is locked to version dev-next and an update of this package was not requested. - php-etl/configurator-contracts dev-next requires php ^8.4 -> your php version (8.2.3) does not satisfy that requirement. Problem 4 - php-etl/dockerfile is locked to version dev-next and an update of this package was not requested. - php-etl/dockerfile dev-next requires php ^8.4 -> your php version (8.2.3) does not satisfy that requirement. Problem 5 - php-etl/gyroscops-api-client is locked to version dev-next and an update of this package was not requested. - php-etl/gyroscops-api-client dev-next requires php ^8.4 -> your php version (8.2.3) does not satisfy that requirement. Problem 6 - php-etl/packaging-contracts is locked to version dev-next and an update of this package was not requested. - php-etl/packaging-contracts dev-next requires php ^8.4 -> your php version (8.2.3) does not satisfy that requirement. Problem 7 - php-etl/satellite-toolbox is locked to version dev-next and an update of this package was not requested. - php-etl/satellite-toolbox dev-next requires php ^8.4 -> your php version (8.2.3) does not satisfy that requirement. Problem 8 - symfony/mailer is locked to version v8.0.6 and an update of this package was not requested. - symfony/mailer v8.0.6 requires php >=8.4 -> your php version (8.2.3) does not satisfy that requirement. Problem 9 - symfony/mime is locked to version v8.0.7 and an update of this package was not requested. - symfony/mime v8.0.7 requires php >=8.4 -> your php version (8.2.3) does not satisfy that requirement. Problem 10 - symfony/serializer is locked to version v8.0.7 and an update of this package was not requested. - symfony/serializer v8.0.7 requires php >=8.4 -> your php version (8.2.3) does not satisfy that requirement. Problem 11 - symfony/translation is locked to version v8.0.6 and an update of this package was not requested. - symfony/translation v8.0.6 requires php >=8.4 -> your php version (8.2.3) does not satisfy that requirement. Problem 12 - symfony/type-info is locked to version v8.0.7 and an update of this package was not requested. - symfony/type-info v8.0.7 requires php >=8.4 -> your php version (8.2.3) does not satisfy that requirement. Problem 13 - php-etl/phpunit-extension is locked to version dev-next and an update of this package was not requested. - php-etl/phpunit-extension dev-next requires php ^8.4 -> your php version (8.2.3) does not satisfy that requirement. Problem 14 - php-etl/satellite-contracts is locked to version dev-next and an update of this package was not requested. - php-etl/satellite-contracts dev-next requires php ^8.4 -> your php version (8.2.3) does not satisfy that requirement. Problem 15 - jane-php/json-schema-runtime is locked to version v7.10.4 and an update of this package was not requested. - jane-php/json-schema-runtime v7.10.4 requires symfony/serializer ^5.4 || ^6.4 || ^7.0 || ^8.0 -> satisfiable by symfony/serializer[v8.0.7]. - symfony/serializer v8.0.7 requires php >=8.4 -> your php version (8.2.3) does not satisfy that requirement.
phpunit
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/