Merge branch 'develop' into main #1
php-test.yml
on: push
PHPCS
8s
PHPStan
23s
Matrix: phpunit
Annotations
12 errors and 15 warnings
PHP-8.0: PHPUnit
Your requirements could not be resolved to an installable set of packages.
Problem 1
- phpunit/phpunit[5.7.0, ..., 5.7.27] require php ^5.6 || ^7.0 -> your php version (8.0.30) does not satisfy that requirement.
- Root composer.json requires phpunit/phpunit ^5.7 -> satisfiable by phpunit/phpunit[5.7.0, ..., 5.7.27].
|
PHP-8.0: PHPUnit
Process completed with exit code 2.
|
PHPCS:
lib/ResqueScheduler.php#L11
Each class must be in a namespace of at least one level (a top-level vendor name)
|
PHPCS:
lib/Resque/JobInterface.php#L3
Each interface must be in a namespace of at least one level (a top-level vendor name)
|
PHPCS:
lib/Resque/JobInterface.php#L3
Interface name "Resque_JobInterface" is not in PascalCase format
|
PHPCS:
lib/Resque/Log.php#L10
Each class must be in a namespace of at least one level (a top-level vendor name)
|
PHPCS:
lib/Resque/Log.php#L10
Class name "Resque_Log" is not in PascalCase format
|
PHPCS:
lib/Resque/Stat.php#L10
Each class must be in a namespace of at least one level (a top-level vendor name)
|
PHPCS:
lib/Resque/Stat.php#L10
Class name "Resque_Stat" is not in PascalCase format
|
PHPCS:
lib/Resque/Redis.php#L10
Each class must be in a namespace of at least one level (a top-level vendor name)
|
PHPCS:
lib/Resque/Redis.php#L10
Class name "Resque_Redis" is not in PascalCase format
|
PHPCS:
lib/Resque/Event.php#L10
Each class must be in a namespace of at least one level (a top-level vendor name)
|
PHP-8.0: PHPUnit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
PHPCS
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
PHPCS:
lib/ResqueScheduler.php#L13
Visibility must be declared on all constants if your project supports PHP 7.1 or later
|
PHPCS:
lib/Resque/Redis.php#L21
Visibility must be declared on all constants if your project supports PHP 7.1 or later
|
PHPCS:
lib/Resque/Redis.php#L26
Visibility must be declared on all constants if your project supports PHP 7.1 or later
|
PHPCS:
lib/Resque/Redis.php#L31
Visibility must be declared on all constants if your project supports PHP 7.1 or later
|
PHPCS:
lib/Resque/Worker.php#L195
Line exceeds 120 characters; contains 143 characters
|
PHPCS:
lib/Resque/Worker.php#L212
Line exceeds 120 characters; contains 122 characters
|
PHPCS:
lib/Resque/Worker.php#L275
Line exceeds 120 characters; contains 131 characters
|
PHPCS:
lib/Resque/Worker.php#L301
Line exceeds 120 characters; contains 132 characters
|
PHPCS:
lib/Resque/Worker.php#L305
Line exceeds 120 characters; contains 132 characters
|
PHPCS:
lib/Resque/Worker.php#L333
Line exceeds 120 characters; contains 137 characters
|
PHP-7.3: PHPUnit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
PHPStan
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
PHP-7.4: PHPUnit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|