Skip to content

Update dependency psr/simple-cache to v3 #122

Update dependency psr/simple-cache to v3

Update dependency psr/simple-cache to v3 #122

Triggered via pull request April 2, 2024 09:59
Status Failure
Total duration 19m 40s
Artifacts

ci.yml

on: pull_request
Package Name
9s
Package Name
Supported Versions Matrix
6s
Supported Versions Matrix
Supported Checks Matrix
7s
Supported Checks Matrix
Matrix: can-require
Matrix: qa
Matrix: tests-directly-on-os
Fit to window
Zoom out
Zoom in

Annotations

129 errors and 193 warnings
Run tests on PHP 8.1 with highest dependency preference (windows-latest)
Process completed with exit code 1.
Run tests on PHP 8.3 with highest dependency preference (windows-latest)
Process completed with exit code 1.
Run tests on PHP 8.2 with locked dependency preference (windows-latest)
Process completed with exit code 1.
Run tests on PHP 8.2 with highest dependency preference (windows-latest)
Process completed with exit code 1.
Run tests on PHP 8.3 with locked dependency preference (windows-latest)
Process completed with exit code 1.
Run tests on PHP 8.1 with locked dependency preference (windows-latest)
Process completed with exit code 1.
Run tests on PHP 8.1 with highest dependency preference (ubuntu-latest)
Process completed with exit code 2.
Run tests on PHP 8.2 with locked dependency preference (ubuntu-latest)
Process completed with exit code 2.
Run tests on PHP 8.3 with locked dependency preference (ubuntu-latest)
Process completed with exit code 2.
Run tests on PHP 8.3 with highest dependency preference (ubuntu-latest)
Process completed with exit code 2.
Run tests on PHP 8.1 with locked dependency preference (ubuntu-latest)
Process completed with exit code 2.
Run tests on PHP 8.2 with highest dependency preference (ubuntu-latest)
Process completed with exit code 2.
Run cs on PHP 8.1 with highest dependency preference
Process completed with exit code 2.
Run mutation-testing on PHP 8.1 with highest dependency preference
Process completed with exit code 2.
Run stan on PHP 8.1 with highest dependency preference
Process completed with exit code 2.
Run composer-unused on PHP 8.1 with locked dependency preference
Process completed with exit code 2.
Run composer-unused on PHP 8.1 with highest dependency preference
Process completed with exit code 2.
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::set with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::set (see https://psalm.dev/042)
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::delete with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::delete (see https://psalm.dev/042)
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::clear with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::clear (see https://psalm.dev/042)
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::setMultiple with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::setMultiple (see https://psalm.dev/042)
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::deleteMultiple with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::deleteMultiple (see https://psalm.dev/042)
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::has with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::has (see https://psalm.dev/042)
Run psalm on PHP 8.1 with highest dependency preference
Process completed with exit code 2.
Run unit-testing on PHP 8.1 with highest dependency preference
Process completed with exit code 2.
Run mutation-testing on PHP 8.1 with locked dependency preference
Process completed with exit code 2.
Run psalm on PHP 8.1 with locked dependency preference
Process completed with exit code 2.
Run stan on PHP 8.1 with locked dependency preference: src/PSR16Adapter.php#L26
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::get() is not covariant with return type mixed of method Psr\SimpleCache\CacheInterface::get().
Run stan on PHP 8.1 with locked dependency preference: src/PSR16Adapter.php#L38
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::set() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::set().
Run stan on PHP 8.1 with locked dependency preference: src/PSR16Adapter.php#L50
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::delete() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::delete().
Run stan on PHP 8.1 with locked dependency preference: src/PSR16Adapter.php#L62
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::clear() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::clear().
Run stan on PHP 8.1 with locked dependency preference: src/PSR16Adapter.php#L90
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::setMultiple() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::setMultiple().
Run stan on PHP 8.1 with locked dependency preference: src/PSR16Adapter.php#L97
Unable to resolve the template type TKey in call to function BenTools\IterableFunctions\iterable_to_array
Run stan on PHP 8.1 with locked dependency preference: src/PSR16Adapter.php#L103
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::deleteMultiple() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::deleteMultiple().
Run stan on PHP 8.1 with locked dependency preference: src/PSR16Adapter.php#L117
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::has() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::has().
Run stan on PHP 8.1 with locked dependency preference: tests/PSR16AdapterTest.php#L20
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.1 with locked dependency preference: tests/PSR16AdapterTest.php#L29
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run unit-testing on PHP 8.1 with locked dependency preference
Process completed with exit code 2.
Run composer-unused on PHP 8.1 with lowest dependency preference
Process completed with exit code 2.
Run stan on PHP 8.1 with lowest dependency preference: src/PSR16Adapter.php#L97
Unable to resolve the template type TKey in call to function BenTools\IterableFunctions\iterable_to_array
Run stan on PHP 8.1 with lowest dependency preference: tests/PSR16AdapterTest.php#L20
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.1 with lowest dependency preference: tests/PSR16AdapterTest.php#L29
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.1 with lowest dependency preference: tests/PSR16AdapterTest.php#L37
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.1 with lowest dependency preference: tests/PSR16AdapterTest.php#L46
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.1 with lowest dependency preference: tests/PSR16AdapterTest.php#L56
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.1 with lowest dependency preference: tests/PSR16AdapterTest.php#L71
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.1 with lowest dependency preference: tests/PSR16AdapterTest.php#L85
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.1 with lowest dependency preference: tests/PSR16AdapterTest.php#L94
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.1 with lowest dependency preference: tests/PSR16AdapterTest.php#L106
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run mutation-testing on PHP 8.1 with lowest dependency preference
Process completed with exit code 2.
Run composer-unused on PHP 8.2 with highest dependency preference
Process completed with exit code 2.
Run cs on PHP 8.2 with highest dependency preference
Process completed with exit code 2.
Run mutation-testing on PHP 8.2 with highest dependency preference
Process completed with exit code 2.
Run stan on PHP 8.2 with highest dependency preference
Process completed with exit code 2.
Run unit-testing on PHP 8.2 with highest dependency preference
Process completed with exit code 2.
Run composer-unused on PHP 8.2 with locked dependency preference
Process completed with exit code 2.
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::set with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::set (see https://psalm.dev/042)
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::delete with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::delete (see https://psalm.dev/042)
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::clear with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::clear (see https://psalm.dev/042)
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::setMultiple with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::setMultiple (see https://psalm.dev/042)
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::deleteMultiple with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::deleteMultiple (see https://psalm.dev/042)
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::has with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::has (see https://psalm.dev/042)
Run psalm on PHP 8.2 with highest dependency preference
Process completed with exit code 2.
Run backward-compatibility-check on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1
Run psalm on PHP 8.2 with locked dependency preference
Process completed with exit code 2.
Run unit-testing on PHP 8.2 with locked dependency preference
Process completed with exit code 2.
Run composer-unused on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1
Run composer-require-checker on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1
Run composer-install on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1
Run mutation-testing on PHP 8.2 with locked dependency preference
Process completed with exit code 2.
Run mutation-testing on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1
Run stan on PHP 8.2 with locked dependency preference: src/PSR16Adapter.php#L26
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::get() is not covariant with return type mixed of method Psr\SimpleCache\CacheInterface::get().
Run stan on PHP 8.2 with locked dependency preference: src/PSR16Adapter.php#L38
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::set() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::set().
Run stan on PHP 8.2 with locked dependency preference: src/PSR16Adapter.php#L50
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::delete() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::delete().
Run stan on PHP 8.2 with locked dependency preference: src/PSR16Adapter.php#L62
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::clear() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::clear().
Run stan on PHP 8.2 with locked dependency preference: src/PSR16Adapter.php#L90
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::setMultiple() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::setMultiple().
Run stan on PHP 8.2 with locked dependency preference: src/PSR16Adapter.php#L97
Unable to resolve the template type TKey in call to function BenTools\IterableFunctions\iterable_to_array
Run stan on PHP 8.2 with locked dependency preference: src/PSR16Adapter.php#L103
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::deleteMultiple() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::deleteMultiple().
Run stan on PHP 8.2 with locked dependency preference: src/PSR16Adapter.php#L117
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::has() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::has().
Run stan on PHP 8.2 with locked dependency preference: tests/PSR16AdapterTest.php#L20
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.2 with locked dependency preference: tests/PSR16AdapterTest.php#L29
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run syntax-php on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1
Run mutation-testing on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1
Run unit-testing on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1
Run cs-fix on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1
Run stan on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1
Run psalm on PHP 8.2 with lowest dependency preference
Process completed with exit code 2.
Run psalm on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1
Run stan on PHP 8.2 with lowest dependency preference: src/PSR16Adapter.php#L97
Unable to resolve the template type TKey in call to function BenTools\IterableFunctions\iterable_to_array
Run stan on PHP 8.2 with lowest dependency preference: tests/PSR16AdapterTest.php#L20
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.2 with lowest dependency preference: tests/PSR16AdapterTest.php#L29
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.2 with lowest dependency preference: tests/PSR16AdapterTest.php#L37
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.2 with lowest dependency preference: tests/PSR16AdapterTest.php#L46
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.2 with lowest dependency preference: tests/PSR16AdapterTest.php#L56
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.2 with lowest dependency preference: tests/PSR16AdapterTest.php#L71
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.2 with lowest dependency preference: tests/PSR16AdapterTest.php#L85
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.2 with lowest dependency preference: tests/PSR16AdapterTest.php#L94
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.2 with lowest dependency preference: tests/PSR16AdapterTest.php#L106
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run cs on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1
Run composer-unused on PHP 8.2 with lowest dependency preference
Process completed with exit code 2.
Run backward-compatibility-check on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1
Run composer-install on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1
Run composer-require-checker on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1
Run backward-compatibility-check on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1
Run composer-install on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1
Run mutation-testing on PHP 8.2 with lowest dependency preference
Process completed with exit code 2.
Run mutation-testing on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1
Run psalm on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1
Run cs on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1
Run unit-testing on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1
Run composer-require-checker on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1
Run stan on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1
Run composer-unused on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1
Run cs-fix on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1
Run unit-testing on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1
Run cs-fix on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1
Run cs on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1
Run syntax-php on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1
Run syntax-php on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1
Run stan on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1
Run psalm on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1
Test we can require "wyrihaximus/react-cache-psr-16-adapter" on PHP 8.3
Docker pull failed with exit code 1
Run composer-unused on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1
Run tests on PHP 8.1 with highest dependency preference (macos-latest)
Process completed with exit code 2.
Run tests on PHP 8.1 with locked dependency preference (macos-latest)
Process completed with exit code 2.
Run tests on PHP 8.3 with highest dependency preference (macos-latest)
Process completed with exit code 2.
Run tests on PHP 8.2 with highest dependency preference (macos-latest)
Process completed with exit code 2.
Run tests on PHP 8.2 with locked dependency preference (macos-latest)
Process completed with exit code 2.
Run tests on PHP 8.3 with locked dependency preference (macos-latest)
Process completed with exit code 2.
Supported Checks Matrix
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Package Name
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run tests on PHP 8.1 with highest dependency preference (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.1 with lowest dependency preference (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.3 with highest dependency preference (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.2 with locked dependency preference (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.2 with highest dependency preference (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.3 with locked dependency preference (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.3 with lowest dependency preference (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.2 with lowest dependency preference (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.1 with locked dependency preference (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.1 with highest dependency preference (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.2 with locked dependency preference (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.3 with locked dependency preference (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.2 with lowest dependency preference (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.3 with lowest dependency preference (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.3 with highest dependency preference (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.1 with lowest dependency preference (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.1 with locked dependency preference (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.2 with highest dependency preference (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run backward-compatibility-check on PHP 8.1 with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run cs on PHP 8.1 with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run cs-fix on PHP 8.1 with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run backward-compatibility-check on PHP 8.1 with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run mutation-testing on PHP 8.1 with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run composer-install on PHP 8.1 with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run stan on PHP 8.1 with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run composer-unused on PHP 8.1 with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run composer-unused on PHP 8.1 with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: bentools/iterable-functions)" exclusion is a zombie
Run composer-unused on PHP 8.1 with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: psr/simple-cache)" exclusion is a zombie
Run composer-unused on PHP 8.1 with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/async)" exclusion is a zombie
Run composer-unused on PHP 8.1 with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/cache)" exclusion is a zombie
Run composer-unused on PHP 8.1 with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: thecodingmachine/safe)" exclusion is a zombie
Run composer-unused on PHP 8.1 with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run composer-unused on PHP 8.1 with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: bentools/iterable-functions)" exclusion is a zombie
Run composer-unused on PHP 8.1 with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: psr/simple-cache)" exclusion is a zombie
Run composer-unused on PHP 8.1 with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/async)" exclusion is a zombie
Run composer-unused on PHP 8.1 with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/cache)" exclusion is a zombie
Run composer-unused on PHP 8.1 with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: thecodingmachine/safe)" exclusion is a zombie
Run cs-fix on PHP 8.1 with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run psalm on PHP 8.1 with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run composer-install on PHP 8.1 with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run composer-require-checker on PHP 8.1 with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run unit-testing on PHP 8.1 with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run mutation-testing on PHP 8.1 with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run syntax-php on PHP 8.1 with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run composer-require-checker on PHP 8.1 with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run psalm on PHP 8.1 with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run cs on PHP 8.1 with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run syntax-php on PHP 8.1 with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run stan on PHP 8.1 with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run backward-compatibility-check on PHP 8.1 with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run unit-testing on PHP 8.1 with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run composer-require-checker on PHP 8.1 with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run composer-install on PHP 8.1 with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run composer-unused on PHP 8.1 with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run composer-unused on PHP 8.1 with lowest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: bentools/iterable-functions)" exclusion is a zombie
Run composer-unused on PHP 8.1 with lowest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: psr/simple-cache)" exclusion is a zombie
Run composer-unused on PHP 8.1 with lowest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/async)" exclusion is a zombie
Run composer-unused on PHP 8.1 with lowest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/cache)" exclusion is a zombie
Run composer-unused on PHP 8.1 with lowest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: thecodingmachine/safe)" exclusion is a zombie
Run stan on PHP 8.1 with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run cs on PHP 8.1 with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run cs-fix on PHP 8.1 with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run unit-testing on PHP 8.1 with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run syntax-php on PHP 8.1 with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run mutation-testing on PHP 8.1 with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run psalm on PHP 8.1 with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run composer-unused on PHP 8.2 with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run composer-unused on PHP 8.2 with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: bentools/iterable-functions)" exclusion is a zombie
Run composer-unused on PHP 8.2 with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: psr/simple-cache)" exclusion is a zombie
Run composer-unused on PHP 8.2 with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/async)" exclusion is a zombie
Run composer-unused on PHP 8.2 with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/cache)" exclusion is a zombie
Run composer-unused on PHP 8.2 with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: thecodingmachine/safe)" exclusion is a zombie
Run composer-install on PHP 8.2 with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run composer-require-checker on PHP 8.2 with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run backward-compatibility-check on PHP 8.2 with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run cs on PHP 8.2 with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run mutation-testing on PHP 8.2 with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run stan on PHP 8.2 with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run unit-testing on PHP 8.2 with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run syntax-php on PHP 8.2 with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run composer-unused on PHP 8.2 with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run composer-unused on PHP 8.2 with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: bentools/iterable-functions)" exclusion is a zombie
Run composer-unused on PHP 8.2 with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: psr/simple-cache)" exclusion is a zombie
Run composer-unused on PHP 8.2 with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/async)" exclusion is a zombie
Run composer-unused on PHP 8.2 with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/cache)" exclusion is a zombie
Run composer-unused on PHP 8.2 with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: thecodingmachine/safe)" exclusion is a zombie
Run backward-compatibility-check on PHP 8.2 with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run cs-fix on PHP 8.2 with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run psalm on PHP 8.2 with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run composer-require-checker on PHP 8.2 with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run cs-fix on PHP 8.2 with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run cs on PHP 8.2 with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run backward-compatibility-check on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 5.954 seconds before retry.
Run backward-compatibility-check on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 9.071 seconds before retry.
Run psalm on PHP 8.2 with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run unit-testing on PHP 8.2 with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run composer-install on PHP 8.2 with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run composer-unused on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 5.124 seconds before retry.
Run composer-unused on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 3.364 seconds before retry.
Run composer-install on PHP 8.2 with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run composer-require-checker on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 1.715 seconds before retry.
Run composer-require-checker on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 8.054 seconds before retry.
Run composer-install on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 5.328 seconds before retry.
Run composer-install on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 9.813 seconds before retry.
Run cs on PHP 8.2 with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run syntax-php on PHP 8.2 with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run mutation-testing on PHP 8.2 with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run mutation-testing on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 4.399 seconds before retry.
Run mutation-testing on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 5.413 seconds before retry.
Run stan on PHP 8.2 with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run syntax-php on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 4.714 seconds before retry.
Run syntax-php on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 4.704 seconds before retry.
Run mutation-testing on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 2.509 seconds before retry.
Run mutation-testing on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 1.164 seconds before retry.
Run unit-testing on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 7.729 seconds before retry.
Run unit-testing on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 2.205 seconds before retry.
Run composer-require-checker on PHP 8.2 with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run backward-compatibility-check on PHP 8.2 with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run cs-fix on PHP 8.2 with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run cs-fix on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 9.269 seconds before retry.
Run cs-fix on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 7.698 seconds before retry.
Run stan on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 8.084 seconds before retry.
Run stan on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 5.391 seconds before retry.
Run psalm on PHP 8.2 with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run psalm on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 3.197 seconds before retry.
Run psalm on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 2.808 seconds before retry.
Run stan on PHP 8.2 with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run cs on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 9.751 seconds before retry.
Run cs on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 6.9 seconds before retry.
Run syntax-php on PHP 8.2 with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run composer-unused on PHP 8.2 with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run composer-unused on PHP 8.2 with lowest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: bentools/iterable-functions)" exclusion is a zombie
Run composer-unused on PHP 8.2 with lowest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: psr/simple-cache)" exclusion is a zombie
Run composer-unused on PHP 8.2 with lowest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/async)" exclusion is a zombie
Run composer-unused on PHP 8.2 with lowest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/cache)" exclusion is a zombie
Run composer-unused on PHP 8.2 with lowest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: thecodingmachine/safe)" exclusion is a zombie
Run unit-testing on PHP 8.2 with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run backward-compatibility-check on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 6.871 seconds before retry.
Run backward-compatibility-check on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 3.562 seconds before retry.
Run composer-install on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 9.465 seconds before retry.
Run composer-install on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 2.922 seconds before retry.
Run composer-require-checker on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 8.049 seconds before retry.
Run composer-require-checker on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 1.77 seconds before retry.
Run backward-compatibility-check on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 7.195 seconds before retry.
Run backward-compatibility-check on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 2.104 seconds before retry.
Run composer-install on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 2.002 seconds before retry.
Run composer-install on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 2.893 seconds before retry.
Run mutation-testing on PHP 8.2 with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run mutation-testing on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 3.665 seconds before retry.
Run mutation-testing on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 1.483 seconds before retry.
Run psalm on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 9.455 seconds before retry.
Run psalm on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 9.719 seconds before retry.
Run cs on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 2.209 seconds before retry.
Run cs on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 4.038 seconds before retry.
Run unit-testing on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 2.554 seconds before retry.
Run unit-testing on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 5.779 seconds before retry.
Run composer-require-checker on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 4.584 seconds before retry.
Run composer-require-checker on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 5.312 seconds before retry.
Run stan on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 5.261 seconds before retry.
Run stan on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 1.001 seconds before retry.
Run composer-unused on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 2.455 seconds before retry.
Run composer-unused on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 2.736 seconds before retry.
Run cs-fix on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 9.581 seconds before retry.
Run cs-fix on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 7.168 seconds before retry.
Run unit-testing on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 1.829 seconds before retry.
Run unit-testing on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 4.074 seconds before retry.
Run cs-fix on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 4.584 seconds before retry.
Run cs-fix on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 4.219 seconds before retry.
Run cs on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 9.709 seconds before retry.
Run cs on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 6.765 seconds before retry.
Run syntax-php on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 9.498 seconds before retry.
Run syntax-php on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 3.58 seconds before retry.
Run syntax-php on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 4.082 seconds before retry.
Run syntax-php on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 2.14 seconds before retry.
Run stan on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 9.386 seconds before retry.
Run stan on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 9.944 seconds before retry.
Run psalm on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 8.704 seconds before retry.
Run psalm on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 9.222 seconds before retry.
Test we can require "wyrihaximus/react-cache-psr-16-adapter" on PHP 8.3
Docker pull failed with exit code 1, back off 7.503 seconds before retry.
Test we can require "wyrihaximus/react-cache-psr-16-adapter" on PHP 8.3
Docker pull failed with exit code 1, back off 3.599 seconds before retry.
Run composer-unused on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 3.964 seconds before retry.
Run composer-unused on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 5.089 seconds before retry.
Run tests on PHP 8.1 with highest dependency preference (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.1 with lowest dependency preference (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.1 with locked dependency preference (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.3 with highest dependency preference (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.2 with highest dependency preference (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.2 with locked dependency preference (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.2 with lowest dependency preference (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.3 with locked dependency preference (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on PHP 8.3 with lowest dependency preference (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.