Add github actions config file #2
ci.yml
on: pull_request
Static Analysis
22s
Matrix: phpunit
Annotations
15 errors
|
PHPUnit (PHP 7.4 + ORM 4)
Process completed with exit code 2.
|
|
PHPUnit (PHP 8.0 + ORM 5)
Process completed with exit code 2.
|
|
PHPUnit (PHP 8.0 + ORM 5)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires cakephp/database ^5 -> satisfiable by cakephp/database[5.0.0, ..., 5.2.9].
- cakephp/database[5.0.0, ..., 5.2.9] require php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
|
|
PHPUnit (PHP 7.4 + ORM 5)
Process completed with exit code 2.
|
|
PHPUnit (PHP 7.4 + ORM 5)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires cakephp/database ^5 -> satisfiable by cakephp/database[5.0.0, ..., 5.2.9].
- cakephp/database[5.0.0, ..., 5.2.9] require php >=8.1 -> your php version (7.4.33) does not satisfy that requirement.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
|
|
Static Analysis:
tests/bootstrap.php#L84
Call to an undefined method Cake\Datasource\ConnectionInterface::execute().
|
|
Static Analysis:
tests/bootstrap.php#L74
Call to an undefined method Cake\Datasource\ConnectionInterface::execute().
|
|
Static Analysis:
tests/bootstrap.php#L67
Call to an undefined method Cake\Datasource\ConnectionInterface::execute().
|
|
Static Analysis:
tests/bootstrap.php#L56
Call to an undefined method Cake\Datasource\ConnectionInterface::execute().
|
|
Static Analysis:
tests/bootstrap.php#L47
Call to an undefined method Cake\Datasource\ConnectionInterface::execute().
|
|
Static Analysis:
tests/bootstrap.php#L38
Call to an undefined method Cake\Datasource\ConnectionInterface::execute().
|
|
Static Analysis:
tests/bootstrap.php#L29
Call to an undefined method Cake\Datasource\ConnectionInterface::execute().
|
|
Static Analysis:
tests/bootstrap.php#L22
Call to an undefined method Cake\Datasource\ConnectionInterface::execute().
|
|
Static Analysis:
src/ORM/AutoHydratorRecursive.php#L237
Parameter #3 $expectedAlias of method Bancer\NativeQueryMapper\ORM\AutoHydratorRecursive::buildEntityRecursive() expects string, string|null given.
|
|
Static Analysis:
src/ORM/AutoHydratorRecursive.php#L236
Parameter #1 $alias of method Cake\ORM\Locator\LocatorInterface::get() expects string, string|null given.
|