Re-work connections and connection pool in favor of Node Pool #1026
continuous-integration.yaml
on: pull_request
Coding style
17s
PHPStan
24s
Matrix: phpunit
Annotations
20 errors and 14 warnings
PHPUnit (PHP 8.1, ES 8.0.1)
Process completed with exit code 255.
|
PHPUnit (PHP 8.0, ES 7.17.9)
Process completed with exit code 255.
|
PHPUnit (PHP 8.1, ES 8.7.1)
Process completed with exit code 255.
|
PHPUnit (PHP 8.1, ES 7.17.9)
Process completed with exit code 255.
|
PHPUnit (PHP 8.1, ES 8.5.3)
Process completed with exit code 255.
|
PHPUnit (PHP 8.1, ES 8.9.0-SNAPSHOT)
Process completed with exit code 255.
|
PHPStan:
tests/ClientTest.php#L168
Return type mixed of method class@anonymous/tests/ClientTest.php:167::emergency() is not covariant with return type void of method Psr\Log\LoggerInterface::emergency().
|
PHPStan:
tests/ClientTest.php#L172
Return type mixed of method class@anonymous/tests/ClientTest.php:167::alert() is not covariant with return type void of method Psr\Log\LoggerInterface::alert().
|
PHPStan:
tests/ClientTest.php#L176
Return type mixed of method class@anonymous/tests/ClientTest.php:167::critical() is not covariant with return type void of method Psr\Log\LoggerInterface::critical().
|
PHPStan:
tests/ClientTest.php#L180
Return type mixed of method class@anonymous/tests/ClientTest.php:167::error() is not covariant with return type void of method Psr\Log\LoggerInterface::error().
|
PHPStan:
tests/ClientTest.php#L184
Return type mixed of method class@anonymous/tests/ClientTest.php:167::warning() is not covariant with return type void of method Psr\Log\LoggerInterface::warning().
|
PHPStan:
tests/ClientTest.php#L188
Return type mixed of method class@anonymous/tests/ClientTest.php:167::notice() is not covariant with return type void of method Psr\Log\LoggerInterface::notice().
|
PHPStan:
tests/ClientTest.php#L192
Return type mixed of method class@anonymous/tests/ClientTest.php:167::info() is not covariant with return type void of method Psr\Log\LoggerInterface::info().
|
PHPStan:
tests/ClientTest.php#L196
Return type mixed of method class@anonymous/tests/ClientTest.php:167::debug() is not covariant with return type void of method Psr\Log\LoggerInterface::debug().
|
PHPStan:
tests/ClientTest.php#L200
Return type mixed of method class@anonymous/tests/ClientTest.php:167::log() is not covariant with return type void of method Psr\Log\LoggerInterface::log().
|
PHPStan:
tests/ClientTest.php#L206
Call to static method PHPUnit\Framework\Assert::assertNotInstanceOf() with 'Psr\\Log\\NullLogger' and Psr\Log\NullLogger will always evaluate to false.
|
PHPUnit (PHP 8.1, ES 8.6.2)
Process completed with exit code 255.
|
PHPUnit (PHP 8.1, ES 8.8.0)
Process completed with exit code 255.
|
PHPUnit (PHP 8.1, ES 8.1.3)
Process completed with exit code 255.
|
PHPUnit (PHP 8.2, ES 7.17.9)
Process completed with exit code 255.
|
PHPUnit (PHP 8.1, ES 8.0.1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPUnit (PHP 8.0, ES 7.17.9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPUnit (PHP 8.1, ES 8.7.1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPUnit (PHP 8.1, ES 7.17.9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Coding style
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPUnit (PHP 8.1, ES 8.5.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPUnit (PHP 8.1, ES 8.9.0-SNAPSHOT)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPStan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPUnit (PHP 8.1, ES 8.6.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPUnit (PHP 8.1, ES 8.8.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPUnit (PHP 8.1, ES 8.1.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPUnit (PHP 8.2, ES 7.17.9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPUnit (PHP 8.0, ES 7.17.9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, codecov/codecov-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPUnit (PHP 8.0, ES 7.17.9)
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|