Adds php 8.2 - 8.5 compatibility & loosens package requirements #408
php.yml
on: pull_request
0️⃣ Kill previous runs
6s
1️⃣ PHP: Code Style errors
15s
2️⃣ PHP: PHPStan
18s
Matrix: tests
Annotations
6 errors
|
2️⃣ PHP 8.3: Tests
Process completed with exit code 2.
|
|
2️⃣ PHP 8.3: Tests
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- symfony/var-exporter is locked to version v8.0.0 and an update of this package was not requested.
- symfony/var-exporter v8.0.0 requires php >=8.4 -> your php version (8.3.30) does not satisfy that requirement.
Problem 2
- symfony/cache is locked to version v7.4.1 and an update of this package was not requested.
- symfony/cache v7.4.1 requires symfony/var-exporter ^6.4|^7.0|^8.0 -> satisfiable by symfony/var-exporter[v8.0.0].
- symfony/var-exporter v8.0.0 requires php >=8.4 -> your php version (8.3.30) does not satisfy that requirement.
|
|
2️⃣ PHP 8.2: Tests
Process completed with exit code 2.
|
|
2️⃣ PHP 8.2: Tests
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- symfony/var-exporter is locked to version v8.0.0 and an update of this package was not requested.
- symfony/var-exporter v8.0.0 requires php >=8.4 -> your php version (8.2.30) does not satisfy that requirement.
Problem 2
- symfony/cache is locked to version v7.4.1 and an update of this package was not requested.
- symfony/cache v7.4.1 requires symfony/var-exporter ^6.4|^7.0|^8.0 -> satisfiable by symfony/var-exporter[v8.0.0].
- symfony/var-exporter v8.0.0 requires php >=8.4 -> your php version (8.2.30) does not satisfy that requirement.
|
|
2️⃣ PHP 8.4: Tests
Process completed with exit code 127.
|
|
2️⃣ PHP 8.5: Tests
Process completed with exit code 127.
|