Skip to content

chore: add testing against modern PHP versions #52

chore: add testing against modern PHP versions

chore: add testing against modern PHP versions #52

Triggered via pull request October 25, 2024 10:05
Status Success
Total duration 37s
Artifacts

php-test.yml

on: pull_request
Matrix: phpunit
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 28 warnings
PHP-8.0: PHPUnit
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires phpunit/phpunit ^5.7 -> satisfiable by phpunit/phpunit[5.7.0, ..., 5.7.27]. - 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.
PHP-8.0: PHPUnit
Process completed with exit code 2.
PHP-8.4: PHPUnit
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires phpunit/phpunit ^5.7 -> satisfiable by phpunit/phpunit[5.7.0, ..., 5.7.27]. - phpunit/phpunit[5.7.0, ..., 5.7.27] require php ^5.6 || ^7.0 -> your php version (8.4.0-dev) does not satisfy that requirement.
PHP-8.4: PHPUnit
Process completed with exit code 2.
PHP-8.3: PHPUnit
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires phpunit/phpunit ^5.7 -> satisfiable by phpunit/phpunit[5.7.0, ..., 5.7.27]. - phpunit/phpunit[5.7.0, ..., 5.7.27] require php ^5.6 || ^7.0 -> your php version (8.3.12) does not satisfy that requirement.
PHP-8.3: PHPUnit
Process completed with exit code 2.
PHP-8.1: PHPUnit
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires phpunit/phpunit ^5.7 -> satisfiable by phpunit/phpunit[5.7.0, ..., 5.7.27]. - phpunit/phpunit[5.7.0, ..., 5.7.27] require php ^5.6 || ^7.0 -> your php version (8.1.30) does not satisfy that requirement.
PHP-8.1: PHPUnit
Process completed with exit code 2.
PHPCS
Process completed with exit code 1.
PHP-8.2: PHPUnit
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires phpunit/phpunit ^5.7 -> satisfiable by phpunit/phpunit[5.7.0, ..., 5.7.27]. - phpunit/phpunit[5.7.0, ..., 5.7.27] require php ^5.6 || ^7.0 -> your php version (8.2.24) does not satisfy that requirement.
PHP-8.2: PHPUnit
Process completed with exit code 2.
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/
PHP-8.0: PHPUnit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHP-8.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/
PHP-8.4: PHPUnit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHP-8.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/
PHP-8.3: PHPUnit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHP-8.1: 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/
PHP-8.1: PHPUnit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPCS: lib/Resque.php#L17
Visibility must be declared on all constants if your project supports PHP 7.1 or later
PHPCS: lib/Resque.php#L19
Visibility must be declared on all constants if your project supports PHP 7.1 or later
PHPCS: lib/Scheduler.php#L19
Visibility must be declared on all constants if your project supports PHP 7.1 or later
PHPCS: lib/Redis.php#L29
Visibility must be declared on all constants if your project supports PHP 7.1 or later
PHPCS: lib/Redis.php#L34
Visibility must be declared on all constants if your project supports PHP 7.1 or later
PHPCS: lib/Redis.php#L39
Visibility must be declared on all constants if your project supports PHP 7.1 or later
PHPCS: lib/Job/Status.php#L16
Visibility must be declared on all constants if your project supports PHP 7.1 or later
PHPCS: lib/Job/Status.php#L17
Visibility must be declared on all constants if your project supports PHP 7.1 or later
PHPCS: lib/Job/Status.php#L18
Visibility must be declared on all constants if your project supports PHP 7.1 or later
PHPCS: lib/Job/Status.php#L19
Visibility must be declared on all constants if your project supports PHP 7.1 or later
PHP-8.2: 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/
PHP-8.2: PHPUnit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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/
PHPStan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/
PHP-7.3: PHPUnit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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/
PHP-7.4: PHPUnit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/