Support laravel 11 #148
Annotations
31 errors and 8 warnings
P8.2 - L11.* - prefer-stable - ubuntu-latest
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires orchestra/testbench 9.* -> satisfiable by orchestra/testbench[9.x-dev].
- orchestra/testbench 9.x-dev requires phpunit/phpunit ^10.5 || ^11.0.1 -> found phpunit/phpunit[dev-main, 10.5.0, ..., 10.5.x-dev, 11.0.1, ..., 11.1.x-dev (alias of dev-main)] but it conflicts with your root composer.json require (^9.5).
|
P8.2 - L11.* - prefer-stable - ubuntu-latest
Process completed with exit code 2.
|
P8.2 - L11.* - prefer-lowest - ubuntu-latest
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires orchestra/testbench 9.* -> satisfiable by orchestra/testbench[9.x-dev].
- orchestra/testbench 9.x-dev requires phpunit/phpunit ^10.5 || ^11.0.1 -> found phpunit/phpunit[dev-main, 10.5.0, ..., 10.5.x-dev, 11.0.1, ..., 11.1.x-dev (alias of dev-main)] but it conflicts with your root composer.json require (^9.5).
|
P8.2 - L11.* - prefer-lowest - ubuntu-latest
Process completed with exit code 2.
|
P8.3 - L9.* - prefer-lowest - ubuntu-latest
The job was canceled because "ubuntu-latest_8_2_11___pr" failed.
|
P8.3 - L9.* - prefer-lowest - ubuntu-latest
Process completed with exit code 2.
|
P8.2 - L10.* - prefer-lowest - ubuntu-latest
The job was canceled because "ubuntu-latest_8_2_11___pr" failed.
|
P8.2 - L10.* - prefer-stable - ubuntu-latest
The job was canceled because "ubuntu-latest_8_2_11___pr" failed.
|
P8.2 - L9.* - prefer-stable - ubuntu-latest
The job was canceled because "ubuntu-latest_8_2_11___pr" failed.
|
P8.1 - L9.* - prefer-lowest - ubuntu-latest
The job was canceled because "ubuntu-latest_8_2_11___pr" failed.
|
P8.1 - L9.* - prefer-lowest - ubuntu-latest
Process completed with exit code 2.
|
P8.3 - L10.* - prefer-stable - ubuntu-latest
The job was canceled because "ubuntu-latest_8_2_11___pr" failed.
|
P8.3 - L10.* - prefer-stable - ubuntu-latest
The operation was canceled.
|
P8.2 - L9.* - prefer-lowest - ubuntu-latest
The job was canceled because "ubuntu-latest_8_2_11___pr" failed.
|
P8.2 - L9.* - prefer-lowest - ubuntu-latest
The operation was canceled.
|
P8.3 - L11.* - prefer-stable - ubuntu-latest
The job was canceled because "ubuntu-latest_8_2_11___pr" failed.
|
P8.3 - L11.* - prefer-stable - ubuntu-latest
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires orchestra/testbench 9.* -> satisfiable by orchestra/testbench[9.x-dev].
- orchestra/testbench 9.x-dev requires phpunit/phpunit ^10.5 || ^11.0.1 -> found phpunit/phpunit[dev-main, 10.5.0, ..., 10.5.x-dev, 11.0.1, ..., 11.1.x-dev (alias of dev-main)] but it conflicts with your root composer.json require (^9.5).
|
P8.3 - L11.* - prefer-stable - ubuntu-latest
The operation was canceled.
|
P8.3 - L11.* - prefer-lowest - ubuntu-latest
The job was canceled because "ubuntu-latest_8_2_11___pr" failed.
|
P8.3 - L11.* - prefer-lowest - ubuntu-latest
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires orchestra/testbench 9.* -> satisfiable by orchestra/testbench[9.x-dev].
- orchestra/testbench 9.x-dev requires phpunit/phpunit ^10.5 || ^11.0.1 -> found phpunit/phpunit[dev-main, 10.5.0, ..., 10.5.x-dev, 11.0.1, ..., 11.1.x-dev (alias of dev-main)] but it conflicts with your root composer.json require (^9.5).
|
P8.3 - L11.* - prefer-lowest - ubuntu-latest
The operation was canceled.
|
P8.1 - L10.* - prefer-lowest - ubuntu-latest
The job was canceled because "ubuntu-latest_8_2_11___pr" failed.
|
P8.1 - L10.* - prefer-lowest - ubuntu-latest
The operation was canceled.
|
P8.3 - L10.* - prefer-lowest - ubuntu-latest
The job was canceled because "ubuntu-latest_8_2_11___pr" failed.
|
P8.3 - L10.* - prefer-lowest - ubuntu-latest
The operation was canceled.
|
P8.1 - L10.* - prefer-stable - ubuntu-latest
The job was canceled because "ubuntu-latest_8_2_11___pr" failed.
|
P8.3 - L9.* - prefer-stable - ubuntu-latest
The job was canceled because "ubuntu-latest_8_2_11___pr" failed.
|
P8.1 - L10.* - prefer-stable - ubuntu-latest
The operation was canceled.
|
P8.3 - L9.* - prefer-stable - ubuntu-latest
The operation was canceled.
|
P8.1 - L9.* - prefer-stable - ubuntu-latest
The job was canceled because "ubuntu-latest_8_2_11___pr" failed.
|
P8.1 - L9.* - prefer-stable - ubuntu-latest
The operation was canceled.
|
P8.3 - L9.* - prefer-lowest - ubuntu-latest:
vendor/ramsey/collection/src/AbstractArray.php#L84
Return type of Ramsey\Collection\AbstractArray::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
|
P8.3 - L9.* - prefer-lowest - ubuntu-latest:
vendor/ramsey/collection/src/AbstractArray.php#L84
Return type of Ramsey\Collection\AbstractArray::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
|
P8.3 - L9.* - prefer-lowest - ubuntu-latest:
vendor/ramsey/uuid/src/Builder/BuilderCollection.php#L32
Ramsey\Uuid\Builder\BuilderCollection implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
|
P8.3 - L9.* - prefer-lowest - ubuntu-latest:
vendor/ramsey/uuid/src/Provider/Node/NodeProviderCollection.php#L26
Ramsey\Uuid\Provider\Node\NodeProviderCollection implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
|
P8.1 - L9.* - prefer-lowest - ubuntu-latest:
vendor/ramsey/collection/src/AbstractArray.php#L84
Return type of Ramsey\Collection\AbstractArray::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
|
P8.1 - L9.* - prefer-lowest - ubuntu-latest:
vendor/ramsey/collection/src/AbstractArray.php#L84
Return type of Ramsey\Collection\AbstractArray::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
|
P8.1 - L9.* - prefer-lowest - ubuntu-latest:
vendor/ramsey/uuid/src/Builder/BuilderCollection.php#L32
Ramsey\Uuid\Builder\BuilderCollection implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
|
P8.1 - L9.* - prefer-lowest - ubuntu-latest:
vendor/ramsey/uuid/src/Provider/Node/NodeProviderCollection.php#L26
Ramsey\Uuid\Provider\Node\NodeProviderCollection implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
|