Further improvements #10
unittest.yml
on: pull_request
phpstan
1m 13s
Matrix: unittests
Annotations
6 errors
PHP 8.0 tests
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- sebastian/diff is locked to version 5.1.1 and an update of this package was not requested.
- sebastian/diff 5.1.1 requires php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
Problem 2
- symfony/console is locked to version v6.4.6 and an update of this package was not requested.
- symfony/console v6.4.6 requires php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
Problem 3
- symfony/deprecation-contracts is locked to version v3.4.0 and an update of this package was not requested.
- symfony/deprecation-contracts v3.4.0 requires php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
Problem 4
- symfony/event-dispatcher is locked to version v6.4.3 and an update of this package was not requested.
- symfony/event-dispatcher v6.4.3 requires php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
Problem 5
- symfony/event-dispatcher-contracts is locked to version v3.4.2 and an update of this package was not requested.
- symfony/event-dispatcher-contracts v3.4.2 requires php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
Problem 6
- symfony/filesystem is locked to version v6.4.6 and an update of this package was not requested.
- symfony/filesystem v6.4.6 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.0 and an update of this package was not requested.
- symfony/finder v6.4.0 requires php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
Problem 8
- symfony/options-resolver is locked to version v6.4.0 and an update of this package was not requested.
- symfony/options-resolver v6.4.0 requires php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
Problem 9
- symfony/process is locked to version v6.4.4 and an update of this package was not requested.
- symfony/process v6.4.4 requires php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
Problem 10
- symfony/service-contracts is locked to version v3.4.2 and an update of this package was not requested.
- symfony/service-contracts v3.4.2 requires php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
Problem 11
- symfony/stopwatch is locked to version v6.4.3 and an update of this package was not requested.
- symfony/stopwatch v6.4.3 requires php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
Problem 12
- symfony/string is locked to version v6.4.4 and an update of this package was not requested.
- symfony/string v6.4.4 requires php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
Problem 13
- sebastian/diff 5.1.1 requires php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
- friendsofphp/php-cs-fixer v3.53.0 requires sebastian/diff ^4.0 || ^5.0 || ^6.0 -> satisfiable by sebastian/diff[5.1.1].
- friendsofphp/php-cs-fixer is locked to version v3.53.0 and an update of this package was not requested.
|
PHP 8.0 tests
Process completed with exit code 2.
|
PHP 8.3 tests
The job was canceled because "_8_0" failed.
|
PHP 8.3 tests
The operation was canceled.
|
phpstan:
src/HostByBelle/CompressionBuffer.php#L203
Part $value (mixed) of encapsed string cannot be cast to string.
|
phpstan
Process completed with exit code 1.
|