Increase CI matrix to test against more recent PHPUnit & PHP versions #254
integrate.yaml
on: pull_request
Matrix: Coding Standards
Matrix: Static Code Analysis
Matrix: Tests
Annotations
4 errors
Static Code Analysis (8.3, 11.0, highest)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires phpunit/phpunit ^11.0 -> satisfiable by phpunit/phpunit[11.0.0, ..., 11.4.3].
- phpunit/phpunit[11.0.0, ..., 11.2.6] require sebastian/comparator ^6.0 -> found sebastian/comparator[6.0.0, ..., 6.2.1] but these were not loaded, likely because it conflicts with another require.
- phpunit/phpunit[11.2.7, ..., 11.3.0] require sebastian/comparator ^6.0.1 -> found sebastian/comparator[6.0.1, ..., 6.2.1] but these were not loaded, likely because it conflicts with another require.
- phpunit/phpunit[11.3.1, ..., 11.3.4] require sebastian/comparator ^6.0.2 -> found sebastian/comparator[6.0.2, ..., 6.2.1] but these were not loaded, likely because it conflicts with another require.
- phpunit/phpunit[11.3.5, ..., 11.4.1] require sebastian/comparator ^6.1.0 -> found sebastian/comparator[6.1.0, 6.1.1, 6.2.0, 6.2.1] but these were not loaded, likely because it conflicts with another require.
- phpunit/phpunit[11.4.2, ..., 11.4.3] require sebastian/comparator ^6.1.1 -> found sebastian/comparator[6.1.1, 6.2.0, 6.2.1] but these were not loaded, likely because it conflicts with another require.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
|
Static Code Analysis (8.3, 11.0, highest)
Process completed with exit code 2.
|
Static Code Analysis (8.4, 11.0, highest)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- phpspec/prophecy is locked to version v1.18.0 and an update of this package was not requested.
- phpspec/prophecy v1.18.0 requires php ^7.2 || 8.0.* || 8.1.* || 8.2.* || 8.3.* -> your php version (8.4.1) does not satisfy that requirement.
Problem 2
- phpspec/prophecy-phpunit is locked to version v2.3.0 and an update of this package was not requested.
- phpspec/prophecy v1.18.0 requires php ^7.2 || 8.0.* || 8.1.* || 8.2.* || 8.3.* -> your php version (8.4.1) does not satisfy that requirement.
- phpspec/prophecy-phpunit v2.3.0 requires phpspec/prophecy ^1.18 -> satisfiable by phpspec/prophecy[v1.18.0].
|
Static Code Analysis (8.4, 11.0, highest)
Process completed with exit code 2.
|