Skip to content

Update docs for v6 #2239

Update docs for v6

Update docs for v6 #2239

Triggered via push July 20, 2023 12:07
Status Failure
Total duration 10m 9s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

validate.yml

on: push
Matrix: benchmarks
Matrix: coverage
Matrix: static-analysis
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 1 warning
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies: tests/Integration/Pagination/PaginateDirectiveDBTest.php#L269
Call to an undefined static method Tests\Utils\Models\User::orderBy().
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies: tests/Integration/Schema/Directives/AllDirectiveTest.php#L306
Call to an undefined static method Tests\Utils\Models\User::orderBy().
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies: tests/Utils/Models/User/UserBuilder.php#L21
Call to private method whereNotNull() of parent class Illuminate\Database\Eloquent\Builder<Tests\Utils\Models\User>.
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies: tests/Integration/Pagination/PaginateDirectiveDBTest.php#L269
Call to an undefined static method Tests\Utils\Models\User::orderBy().
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies: tests/Integration/Schema/Directives/AllDirectiveTest.php#L306
Call to an undefined static method Tests\Utils\Models\User::orderBy().
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies: tests/Utils/Models/User/UserBuilder.php#L21
Call to private method whereNotNull() of parent class Illuminate\Database\Eloquent\Builder<Tests\Utils\Models\User>.
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies: tests/Integration/Pagination/PaginateDirectiveDBTest.php#L269
Call to an undefined static method Tests\Utils\Models\User::orderBy().
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies: tests/Integration/Schema/Directives/AllDirectiveTest.php#L306
Call to an undefined static method Tests\Utils\Models\User::orderBy().
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies: tests/Utils/Models/User/UserBuilder.php#L21
Call to private method whereNotNull() of parent class Illuminate\Database\Eloquent\Builder<Tests\Utils\Models\User>.
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies: tests/Integration/Pagination/PaginateDirectiveDBTest.php#L269
Call to an undefined static method Tests\Utils\Models\User::orderBy().
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies: tests/Integration/Schema/Directives/AllDirectiveTest.php#L306
Call to an undefined static method Tests\Utils\Models\User::orderBy().
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies: tests/Utils/Models/User/UserBuilder.php#L21
Call to private method whereNotNull() of parent class Illuminate\Database\Eloquent\Builder<Tests\Utils\Models\User>.
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies: tests/Integration/Pagination/PaginateDirectiveDBTest.php#L269
Call to an undefined static method Tests\Utils\Models\User::orderBy().
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies: tests/Integration/Schema/Directives/AllDirectiveTest.php#L306
Call to an undefined static method Tests\Utils\Models\User::orderBy().
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies: tests/Utils/Models/User/UserBuilder.php#L21
Call to private method whereNotNull() of parent class Illuminate\Database\Eloquent\Builder<Tests\Utils\Models\User>.
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies
Process completed with exit code 1.
coverage (8.1, ^9)
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/