Bump dependencies #273
push.yml
on: push
phpstan
27s
php-cs-fixer
26s
Matrix: unit-tests
Annotations
9 errors
unit-tests (8.0)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires symfony/browser-kit ^6.3 -> satisfiable by symfony/browser-kit[v6.3.0, v6.3.2, v6.3.8].
- symfony/browser-kit[v6.3.0, ..., v6.3.8] require php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
Problem 2
- Root composer.json requires symfony/css-selector ^6.3 -> satisfiable by symfony/css-selector[v6.3.0, v6.3.2].
- symfony/css-selector[v6.3.0, ..., v6.3.2] require php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
Problem 3
- Root composer.json requires symfony/dom-crawler ^6.3 -> satisfiable by symfony/dom-crawler[v6.3.0, v6.3.1, v6.3.4].
- symfony/dom-crawler[v6.3.0, ..., v6.3.4] require php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
Problem 4
- Root composer.json requires symfony/http-client ^6.3 -> satisfiable by symfony/http-client[v6.3.0, ..., v6.3.8].
- symfony/http-client[v6.3.0, ..., v6.3.8] require php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
Problem 5
- Root composer.json requires phpunit/phpunit ^10.4 -> satisfiable by phpunit/phpunit[10.4.0, 10.4.1, 10.4.2].
- phpunit/phpunit[10.4.0, ..., 10.4.2] require php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
Problem 6
- symfony/yaml[v6.3.0, ..., v6.3.8] require php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
- Root composer.json requires symfony/yaml ^6.3 -> satisfiable by symfony/yaml[v6.3.0, v6.3.3, v6.3.7, v6.3.8].
|
unit-tests (8.0)
Process completed with exit code 2.
|
unit-tests (8.3)
The job was canceled because "_8_0" failed.
|
unit-tests (8.3)
The operation was canceled.
|
phpstan:
tests/Config/Rules/AfterDateRuleTest.php#L17
Call to an undefined static method Tests\Inverse\Termin\Config\Rules\AfterDateRuleTest::getExpectedExceptionMessage().
|
phpstan:
tests/Config/Rules/AfterRuleTest.php#L17
Call to an undefined static method Tests\Inverse\Termin\Config\Rules\AfterRuleTest::getExpectedExceptionMessage().
|
phpstan:
tests/Config/Rules/BeforeDateRuleTest.php#L17
Call to an undefined static method Tests\Inverse\Termin\Config\Rules\BeforeDateRuleTest::getExpectedExceptionMessage().
|
phpstan:
tests/Config/Rules/BeforeRuleTest.php#L17
Call to an undefined static method Tests\Inverse\Termin\Config\Rules\BeforeRuleTest::getExpectedExceptionMessage().
|
phpstan
Process completed with exit code 1.
|