Bump phpunit/phpunit from 10.5.16 to 10.5.18 #11
ci.yml
on: pull_request
Coding Standard & Static Analysis
15s
Matrix: testsuite
Annotations
15 errors
Coding Standard & Static Analysis
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- symfony/config is locked to version v7.0.4 and an update of this package was not requested.
- symfony/config v7.0.4 requires php >=8.2 -> your php version (8.1.27) does not satisfy that requirement.
Problem 2
- symfony/console is locked to version v7.0.4 and an update of this package was not requested.
- symfony/console v7.0.4 requires php >=8.2 -> your php version (8.1.27) does not satisfy that requirement.
Problem 3
- symfony/filesystem is locked to version v7.0.3 and an update of this package was not requested.
- symfony/filesystem v7.0.3 requires php >=8.2 -> your php version (8.1.27) does not satisfy that requirement.
Problem 4
- symfony/string is locked to version v7.0.4 and an update of this package was not requested.
- symfony/string v7.0.4 requires php >=8.2 -> your php version (8.1.27) does not satisfy that requirement.
Problem 5
- symfony/finder is locked to version v7.0.0 and an update of this package was not requested.
- symfony/finder v7.0.0 requires php >=8.2 -> your php version (8.1.27) does not satisfy that requirement.
Problem 6
- symfony/process is locked to version v7.0.4 and an update of this package was not requested.
- symfony/process v7.0.4 requires php >=8.2 -> your php version (8.1.27) does not satisfy that requirement.
Problem 7
- symfony/var-dumper is locked to version v7.0.4 and an update of this package was not requested.
- symfony/var-dumper v7.0.4 requires php >=8.2 -> your php version (8.1.27) does not satisfy that requirement.
Problem 8
- symfony/config v7.0.4 requires php >=8.2 -> your php version (8.1.27) does not satisfy that requirement.
- robmorgan/phinx 0.16.0 requires symfony/config ^3.4|^4.0|^5.0|^6.0|^7.0 -> satisfiable by symfony/config[v7.0.4].
- robmorgan/phinx is locked to version 0.16.0 and an update of this package was not requested.
|
Coding Standard & Static Analysis
Process completed with exit code 2.
|
Coding Standard & Static Analysis:
src/Application.php#L47
Class App\Application extends unknown class Cake\Http\BaseApplication.
|
Coding Standard & Static Analysis:
src/Application.php#L47
Class App\Application implements unknown interface Authentication\AuthenticationServiceProviderInterface.
|
Coding Standard & Static Analysis:
src/Application.php#L47
PHPDoc tag @extends has invalid type Cake\Http\BaseApplication.
|
Coding Standard & Static Analysis:
src/Application.php#L57
App\Application::bootstrap() calls parent::bootstrap() but App\Application does not extend any class.
|
Coding Standard & Static Analysis:
src/Application.php#L60
Call to static method add() on an unknown class Cake\Datasource\FactoryLocator.
|
Coding Standard & Static Analysis:
src/Application.php#L62
Call to method allowFallbackClass() on an unknown class Cake\ORM\Locator\TableLocator.
|
Coding Standard & Static Analysis:
src/Application.php#L62
Instantiated class Cake\ORM\Locator\TableLocator not found.
|
Coding Standard & Static Analysis:
src/Application.php#L73
Method App\Application::middleware() has invalid return type Cake\Http\MiddlewareQueue.
|
Coding Standard & Static Analysis:
src/Application.php#L73
Method App\Application::middleware() has invalid return type Cake\Http\MiddlewareQueue.
|
Coding Standard & Static Analysis:
src/Application.php#L73
Parameter $middlewareQueue of method App\Application::middleware() has invalid type Cake\Http\MiddlewareQueue.
|
testsuite (8.1, highest)
Process completed with exit code 1.
|
testsuite (8.2, highest)
Process completed with exit code 1.
|
testsuite (8.1, lowest)
Process completed with exit code 255.
|