Skip to content

Build/deploy automation: dependency fixes + CI cleanup #1

Build/deploy automation: dependency fixes + CI cleanup

Build/deploy automation: dependency fixes + CI cleanup #1

Triggered via pull request August 25, 2026 04:44
Status Failure
Total duration 2m 30s
Artifacts

pr-lint-test.yml

on: pull_request
Matrix: php-compat
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 6 warnings
PHP 7.4 — composer install
Process completed with exit code 2.
PHP 7.4 — composer install
Your lock file does not contain a compatible set of packages. Please run composer update. Problem 1 - doctrine/instantiator is locked to version 2.0.0 and an update of this package was not requested. - doctrine/instantiator 2.0.0 requires php ^8.1 -> your php version (7.4.33) does not satisfy that requirement. Problem 2 - jolicode/jolinotif is locked to version v2.7.3 and an update of this package was not requested. - jolicode/jolinotif v2.7.3 requires php >=8.1 -> your php version (7.4.33) does not satisfy that requirement. Problem 3 - jolicode/php-os-helper is locked to version v0.1.0 and an update of this package was not requested. - jolicode/php-os-helper v0.1.0 requires php >=8.1 -> your php version (7.4.33) does not satisfy that requirement. Problem 4 - myclabs/deep-copy is locked to version 1.14.0 and an update of this package was not requested. - myclabs/deep-copy 1.14.0 requires php ^8.0 -> your php version (7.4.33) does not satisfy that requirement. Problem 5 - psr/log is locked to version 3.0.2 and an update of this package was not requested. - psr/log 3.0.2 requires php >=8.0.0 -> your php version (7.4.33) does not satisfy that requirement. Problem 6 - spatie/phpunit-watcher is locked to version 1.24.4 and an update of this package was not requested. - spatie/phpunit-watcher 1.24.4 requires php ^8.1 -> your php version (7.4.33) does not satisfy that requirement. Problem 7 - symfony/console is locked to version v6.2.13 and an update of this package was not requested. - symfony/console v6.2.13 requires php >=8.1 -> your php version (7.4.33) does not satisfy that requirement. Problem 8 - symfony/deprecation-contracts is locked to version v3.7.1 and an update of this package was not requested. - symfony/deprecation-contracts v3.7.1 requires php >=8.1 -> your php version (7.4.33) does not satisfy that requirement. Problem 9 - symfony/finder is locked to version v6.4.44 and an update of this package was not requested. - symfony/finder v6.4.44 requires php >=8.1 -> your php version (7.4.33) does not satisfy that requirement. Problem 10 - symfony/process is locked to version v6.4.44 and an update of this package was not requested. - symfony/process v6.4.44 requires php >=8.1 -> your php version (7.4.33) does not satisfy that requirement. Problem 11 - symfony/string is locked to version v6.4.43 and an update of this package was not requested. - symfony/string v6.4.43 requires php >=8.1 -> your php version (7.4.33) does not satisfy that requirement. Problem 12 - symfony/yaml is locked to version v6.4.44 and an update of this package was not requested. - symfony/yaml v6.4.44 requires php >=8.1 -> your php version (7.4.33) does not satisfy that requirement. Problem 13 - phpunit/phpunit is locked to version 9.6.36 and an update of this package was not requested. - doctrine/instantiator 2.0.0 requires php ^8.1 -> your php version (7.4.33) does not satisfy that requirement. - phpunit/phpunit 9.6.36 requires doctrine/instantiator ^1.5.0 || ^2 -> satisfiable by doctrine/instantiator[2.0.0].
PHP 8.0 — composer install
Process completed with exit code 2.
PHP 8.0 — composer install
Your lock file does not contain a compatible set of packages. Please run composer update. Problem 1 - doctrine/instantiator is locked to version 2.0.0 and an update of this package was not requested. - doctrine/instantiator 2.0.0 requires php ^8.1 -> your php version (8.0.30) does not satisfy that requirement. Problem 2 - jolicode/jolinotif is locked to version v2.7.3 and an update of this package was not requested. - jolicode/jolinotif v2.7.3 requires php >=8.1 -> your php version (8.0.30) does not satisfy that requirement. Problem 3 - jolicode/php-os-helper is locked to version v0.1.0 and an update of this package was not requested. - jolicode/php-os-helper v0.1.0 requires php >=8.1 -> your php version (8.0.30) does not satisfy that requirement. Problem 4 - spatie/phpunit-watcher is locked to version 1.24.4 and an update of this package was not requested. - spatie/phpunit-watcher 1.24.4 requires php ^8.1 -> your php version (8.0.30) does not satisfy that requirement. Problem 5 - symfony/console is locked to version v6.2.13 and an update of this package was not requested. - symfony/console v6.2.13 requires php >=8.1 -> your php version (8.0.30) does not satisfy that requirement. Problem 6 - symfony/deprecation-contracts is locked to version v3.7.1 and an update of this package was not requested. - symfony/deprecation-contracts v3.7.1 requires php >=8.1 -> your php version (8.0.30) does not satisfy that requirement. Problem 7 - symfony/finder is locked to version v6.4.44 and an update of this package was not requested. - symfony/finder v6.4.44 requires php >=8.1 -> your php version (8.0.30) does not satisfy that requirement. Problem 8 - symfony/process is locked to version v6.4.44 and an update of this package was not requested. - symfony/process v6.4.44 requires php >=8.1 -> your php version (8.0.30) does not satisfy that requirement. Problem 9 - symfony/string is locked to version v6.4.43 and an update of this package was not requested. - symfony/string v6.4.43 requires php >=8.1 -> your php version (8.0.30) does not satisfy that requirement. Problem 10 - symfony/yaml is locked to version v6.4.44 and an update of this package was not requested. - symfony/yaml v6.4.44 requires php >=8.1 -> your php version (8.0.30) does not satisfy that requirement. Problem 11 - phpunit/phpunit is locked to version 9.6.36 and an update of this package was not requested. - doctrine/instantiator 2.0.0 requires php ^8.1 -> your php version (8.0.30) does not satisfy that requirement. - phpunit/phpunit 9.6.36 requires doctrine/instantiator ^1.5.0 || ^2 -> satisfiable by doctrine/instantiator[2.0.0].
JS lint
Process completed with exit code 2.
PHP 7.4 — composer install
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PHP 8.0 — composer install
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PHP 8.2 — composer install
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PHP 8.3 — composer install
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PHP 8.1 — composer install
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
JS lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/