Skip to content

Update dependency psr/simple-cache to v3 #109

Update dependency psr/simple-cache to v3

Update dependency psr/simple-cache to v3 #109

Triggered via pull request August 10, 2023 15:31
Status Failure
Total duration 31m 55s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

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

Annotations

89 errors and 32 warnings
Run tests on PHP 8.2 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.2 with highest dependency preference (windows-latest)
Process completed with exit code 1.
Run tests on PHP 8.1 with highest dependency preference (windows-latest)
Process completed with exit code 1.
Run tests on PHP 8.2 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 tests on PHP 8.1 with locked dependency preference (ubuntu-latest)
Process completed with exit code 2.
Run tests on PHP 8.1 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 stan 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 mutation-testing on PHP 8.1 with highest 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.
Run composer-unused on PHP 8.1 with locked 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 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 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 psalm 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 composer-unused 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 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.
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 composer-unused on PHP 8.2 with locked dependency preference
Process completed with exit code 2.
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 mutation-testing on PHP 8.2 with locked 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 lowest dependency preference
Process completed with exit code 2.
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 psalm on PHP 8.2 with lowest dependency preference
Process completed with exit code 2.
Run mutation-testing on PHP 8.2 with lowest dependency preference
Process completed with exit code 2.
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 tests on PHP 8.1 with locked 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.1 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.
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 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 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 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 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-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 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