Skip to content

Update dependencies + add support for psr/http-message 2.x #9

Update dependencies + add support for psr/http-message 2.x

Update dependencies + add support for psr/http-message 2.x #9

Re-run triggered December 17, 2023 10:55
Status Failure
Total duration 22s
Artifacts

main.yaml

on: pull_request
Quality assurance
11s
Quality assurance
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 5 warnings
Tests (7.4)
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires php >=8.1 but your php version (7.4.33) does not satisfy that requirement. Problem 2 - Root composer.json requires phpunit/phpunit ^10.5 -> satisfiable by phpunit/phpunit[10.5.0, 10.5.1, 10.5.2, 10.5.3]. - phpunit/phpunit[10.5.0, ..., 10.5.3] require php >=8.1 -> your php version (7.4.33) does not satisfy that requirement. Problem 3 - Root composer.json requires laminas/laminas-diactoros ^3.3 -> satisfiable by laminas/laminas-diactoros[3.3.0]. - laminas/laminas-diactoros 3.3.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (7.4.33) does not satisfy that requirement.
Tests (7.4)
Process completed with exit code 2.
Tests (7.2)
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires php >=8.1 but your php version (7.2.34) does not satisfy that requirement. Problem 2 - Root composer.json requires phpunit/phpunit ^10.5 -> satisfiable by phpunit/phpunit[10.5.0, 10.5.1, 10.5.2, 10.5.3]. - phpunit/phpunit[10.5.0, ..., 10.5.3] require php >=8.1 -> your php version (7.2.34) does not satisfy that requirement. Problem 3 - Root composer.json requires laminas/laminas-diactoros ^3.3 -> satisfiable by laminas/laminas-diactoros[3.3.0]. - laminas/laminas-diactoros 3.3.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (7.2.34) does not satisfy that requirement. Problem 4 - Root composer.json requires friendsofphp/php-cs-fixer ^3.41 -> satisfiable by friendsofphp/php-cs-fixer[v3.41.0, v3.41.1]. - friendsofphp/php-cs-fixer[v3.41.0, ..., v3.41.1] require php ^7.4 || ^8.0 -> your php version (7.2.34) does not satisfy that requirement. Problem 5 - Root composer.json requires slim/psr7 ^1.6 -> satisfiable by slim/psr7[1.6, 1.6.1]. - slim/psr7[1.6, ..., 1.6.1] require php ^7.4 || ^8.0 -> your php version (7.2.34) does not satisfy that requirement. Problem 6 - Root composer.json requires sunrise/http-message ^3.0 -> satisfiable by sunrise/http-message[v3.0.0]. - sunrise/http-message v3.0.0 requires php >=7.4 -> your php version (7.2.34) does not satisfy that requirement. Problem 7 - friendsofphp/php-cs-fixer[v3.41.0, ..., v3.41.1] require php ^7.4 || ^8.0 -> your php version (7.2.34) does not satisfy that requirement. - oscarotero/php-cs-fixer-config v2.0.0 requires friendsofphp/php-cs-fixer ^3.2 -> satisfiable by friendsofphp/php-cs-fixer[v3.41.0, v3.41.1]. - Root composer.json requires oscarotero/php-cs-fixer-config ^2.0 -> satisfiable by oscarotero/php-cs-fixer-config[v2.0.0].
Tests (7.2)
Process completed with exit code 2.
Tests (7.3)
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires php >=8.1 but your php version (7.3.33) does not satisfy that requirement. Problem 2 - Root composer.json requires phpunit/phpunit ^10.5 -> satisfiable by phpunit/phpunit[10.5.0, 10.5.1, 10.5.2, 10.5.3]. - phpunit/phpunit[10.5.0, ..., 10.5.3] require php >=8.1 -> your php version (7.3.33) does not satisfy that requirement. Problem 3 - Root composer.json requires laminas/laminas-diactoros ^3.3 -> satisfiable by laminas/laminas-diactoros[3.3.0]. - laminas/laminas-diactoros 3.3.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (7.3.33) does not satisfy that requirement. Problem 4 - Root composer.json requires friendsofphp/php-cs-fixer ^3.41 -> satisfiable by friendsofphp/php-cs-fixer[v3.41.0, v3.41.1]. - friendsofphp/php-cs-fixer[v3.41.0, ..., v3.41.1] require php ^7.4 || ^8.0 -> your php version (7.3.33) does not satisfy that requirement. Problem 5 - Root composer.json requires slim/psr7 ^1.6 -> satisfiable by slim/psr7[1.6, 1.6.1]. - slim/psr7[1.6, ..., 1.6.1] require php ^7.4 || ^8.0 -> your php version (7.3.33) does not satisfy that requirement. Problem 6 - Root composer.json requires sunrise/http-message ^3.0 -> satisfiable by sunrise/http-message[v3.0.0]. - sunrise/http-message v3.0.0 requires php >=7.4 -> your php version (7.3.33) does not satisfy that requirement. Problem 7 - friendsofphp/php-cs-fixer[v3.41.0, ..., v3.41.1] require php ^7.4 || ^8.0 -> your php version (7.3.33) does not satisfy that requirement. - oscarotero/php-cs-fixer-config v2.0.0 requires friendsofphp/php-cs-fixer ^3.2 -> satisfiable by friendsofphp/php-cs-fixer[v3.41.0, v3.41.1]. - Root composer.json requires oscarotero/php-cs-fixer-config ^2.0 -> satisfiable by oscarotero/php-cs-fixer-config[v2.0.0].
Tests (7.3)
Process completed with exit code 2.
Tests (8, --ignore-platform-reqs)
Process completed with exit code 1.
Tests (7.4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Quality assurance
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests (7.2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests (7.3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests (8, --ignore-platform-reqs)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/