Skip to content

Add support for Laravel 11 #302

Add support for Laravel 11

Add support for Laravel 11 #302

Triggered via pull request February 21, 2024 10:34
@mfnmfn
synchronize #233
mfn:mfn-l11
Status Success
Total duration 1m 33s
Artifacts

phpunit.yml

on: pull_request
Matrix: php-tests
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
[PHP 8.1] [Laravel 10.* - prefer-stable] [xdebug coverage]
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
[PHP 8] [Laravel 9.* - prefer-stable] [xdebug coverage]
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
[PHP 8.1] [Laravel 9.* - prefer-lowest] [none coverage]: 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
[PHP 8.1] [Laravel 9.* - prefer-lowest] [none coverage]: 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
[PHP 8.1] [Laravel 9.* - prefer-lowest] [none coverage]: 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)
[PHP 8.1] [Laravel 9.* - prefer-lowest] [none coverage]: 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)