Skip to content

Upgrade Laravel 10/11 #106

Upgrade Laravel 10/11

Upgrade Laravel 10/11 #106

Triggered via pull request August 3, 2024 16:36
Status Cancelled
Total duration 1m 30s
Artifacts

check-code.yml

on: pull_request
Matrix: Code check - Laravel 10
Matrix: Code check - Laravel 11
Matrix: Tests - Laravel 10
Matrix: Tests - Laravel 11
Fit to window
Zoom out
Zoom in

Annotations

65 errors and 23 warnings
Code check - Laravel 10 (8.3) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L1
Ignored error pattern #^Parameter \#1 of closure expects TModel of Illuminate\\Database\\Eloquent\\Model, mixed given\.$# in path /home/runner/work/larastrict/larastrict/src/Database/Queries/ChunkedModelQueryResult.php was not matched in reported errors.
Code check - Laravel 10 (8.3) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L1
Ignored error pattern #^Parameter \#1 of closure expects array\<int\|string\>, array\<int\<0, max\>, mixed\> given\.$# in path /home/runner/work/larastrict/larastrict/src/Database/Queries/ChunkedModelQueryResult.php was not matched in reported errors.
Code check - Laravel 10 (8.3) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L1
Ignored error pattern #^Parameter \#2 \$callback of method Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\>\:\:chunkById\(\) expects callable\(Illuminate\\Support\\Collection\<int, TModel\>, int\)\: mixed, Closure\(Illuminate\\Database\\Eloquent\\Collection\<int, TModel\>\)\: void given\.$# in path /home/runner/work/larastrict/larastrict/src/Database/Queries/ChunkedModelQueryResult.php was not matched in reported errors.
Code check - Laravel 10 (8.3) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L83
Parameter #1 $ of closure expects array<int|string>, array<int<0, max>, mixed> given.
Code check - Laravel 10 (8.3) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L106
Parameter #1 $ of closure expects TModel of Illuminate\Database\Eloquent\Model, mixed given.
Code check - Laravel 10 (8.3) / PHPStan (lowest): tests/Feature/Database/Models/TestModel.php#L20
PHPDoc tag @use contains generic type Illuminate\Database\Eloquent\Factories\HasFactory<Tests\LaraStrict\Feature\Database\Models\TestModelFactory> but trait Illuminate\Database\Eloquent\Factories\HasFactory is not generic.
Code check - Laravel 10 (8.3) / PHPStan (lowest): tests/Feature/Database/Models/TestNoDates.php#L19
PHPDoc tag @use contains generic type Illuminate\Database\Eloquent\Factories\HasFactory<Tests\LaraStrict\Feature\Database\Models\TestModelFactory> but trait Illuminate\Database\Eloquent\Factories\HasFactory is not generic.
Code check - Laravel 10 (8.3) / PHPStan (lowest): tests/Feature/Testing/TestServiceProviderTest.php#L72
Call to method PHPUnit\Framework\Assert::assertTrue() with false will always evaluate to false.
Code check - Laravel 10 (8.3) / PHPStan (lowest): tests/Feature/Testing/TestServiceProviderTest.php#L72
Instanceof between LaraStrict\Testing\Core\Services\NoSleepService and LaraStrict\Core\Services\SleepService will always evaluate to false.
Code check - Laravel 11 (8.2) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L1
Ignored error pattern #^Parameter \#1 of closure expects TModel of Illuminate\\Database\\Eloquent\\Model, mixed given\.$# in path /home/runner/work/larastrict/larastrict/src/Database/Queries/ChunkedModelQueryResult.php was not matched in reported errors.
Code check - Laravel 11 (8.2) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L1
Ignored error pattern #^Parameter \#1 of closure expects array\<int\|string\>, array\<int\<0, max\>, mixed\> given\.$# in path /home/runner/work/larastrict/larastrict/src/Database/Queries/ChunkedModelQueryResult.php was not matched in reported errors.
Code check - Laravel 11 (8.2) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L1
Ignored error pattern #^Parameter \#2 \$callback of method Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\>\:\:chunkById\(\) expects callable\(Illuminate\\Support\\Collection\<int, TModel\>, int\)\: mixed, Closure\(Illuminate\\Database\\Eloquent\\Collection\<int, TModel\>\)\: void given\.$# in path /home/runner/work/larastrict/larastrict/src/Database/Queries/ChunkedModelQueryResult.php was not matched in reported errors.
Code check - Laravel 11 (8.2) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L83
Parameter #1 $ of closure expects array<int|string>, array<int<0, max>, mixed> given.
Code check - Laravel 11 (8.2) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L106
Parameter #1 $ of closure expects TModel of Illuminate\Database\Eloquent\Model, mixed given.
Code check - Laravel 11 (8.2) / PHPStan (lowest): tests/Feature/Database/Models/TestModel.php#L20
PHPDoc tag @use contains generic type Illuminate\Database\Eloquent\Factories\HasFactory<Tests\LaraStrict\Feature\Database\Models\TestModelFactory> but trait Illuminate\Database\Eloquent\Factories\HasFactory is not generic.
Code check - Laravel 11 (8.2) / PHPStan (lowest): tests/Feature/Database/Models/TestNoDates.php#L19
PHPDoc tag @use contains generic type Illuminate\Database\Eloquent\Factories\HasFactory<Tests\LaraStrict\Feature\Database\Models\TestModelFactory> but trait Illuminate\Database\Eloquent\Factories\HasFactory is not generic.
Code check - Laravel 11 (8.2) / PHPStan (lowest): tests/Feature/Testing/TestServiceProviderTest.php#L72
Call to method PHPUnit\Framework\Assert::assertTrue() with false will always evaluate to false.
Code check - Laravel 11 (8.2) / PHPStan (lowest): tests/Feature/Testing/TestServiceProviderTest.php#L72
Instanceof between LaraStrict\Testing\Core\Services\NoSleepService and LaraStrict\Core\Services\SleepService will always evaluate to false.
Code check - Laravel 10 (8.2) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L1
Ignored error pattern #^Parameter \#1 of closure expects TModel of Illuminate\\Database\\Eloquent\\Model, mixed given\.$# in path /home/runner/work/larastrict/larastrict/src/Database/Queries/ChunkedModelQueryResult.php was not matched in reported errors.
Code check - Laravel 10 (8.2) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L1
Ignored error pattern #^Parameter \#1 of closure expects array\<int\|string\>, array\<int\<0, max\>, mixed\> given\.$# in path /home/runner/work/larastrict/larastrict/src/Database/Queries/ChunkedModelQueryResult.php was not matched in reported errors.
Code check - Laravel 10 (8.2) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L1
Ignored error pattern #^Parameter \#2 \$callback of method Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\>\:\:chunkById\(\) expects callable\(Illuminate\\Support\\Collection\<int, TModel\>, int\)\: mixed, Closure\(Illuminate\\Database\\Eloquent\\Collection\<int, TModel\>\)\: void given\.$# in path /home/runner/work/larastrict/larastrict/src/Database/Queries/ChunkedModelQueryResult.php was not matched in reported errors.
Code check - Laravel 10 (8.2) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L83
Parameter #1 $ of closure expects array<int|string>, array<int<0, max>, mixed> given.
Code check - Laravel 10 (8.2) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L106
Parameter #1 $ of closure expects TModel of Illuminate\Database\Eloquent\Model, mixed given.
Code check - Laravel 10 (8.2) / PHPStan (lowest): tests/Feature/Database/Models/TestModel.php#L20
PHPDoc tag @use contains generic type Illuminate\Database\Eloquent\Factories\HasFactory<Tests\LaraStrict\Feature\Database\Models\TestModelFactory> but trait Illuminate\Database\Eloquent\Factories\HasFactory is not generic.
Code check - Laravel 10 (8.2) / PHPStan (lowest): tests/Feature/Database/Models/TestNoDates.php#L19
PHPDoc tag @use contains generic type Illuminate\Database\Eloquent\Factories\HasFactory<Tests\LaraStrict\Feature\Database\Models\TestModelFactory> but trait Illuminate\Database\Eloquent\Factories\HasFactory is not generic.
Code check - Laravel 10 (8.2) / PHPStan (lowest): tests/Feature/Testing/TestServiceProviderTest.php#L72
Call to method PHPUnit\Framework\Assert::assertTrue() with false will always evaluate to false.
Code check - Laravel 10 (8.2) / PHPStan (lowest): tests/Feature/Testing/TestServiceProviderTest.php#L72
Instanceof between LaraStrict\Testing\Core\Services\NoSleepService and LaraStrict\Core\Services\SleepService will always evaluate to false.
Code check - Laravel 10 (8.1) / PHPStan (highest): src/Database/Queries/ChunkedModelQueryResult.php#L1
Ignored error pattern #^Parameter \#2 \$callback of method Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\>\:\:chunkById\(\) expects callable\(Illuminate\\Support\\Collection\<int, TModel\>, int\)\: mixed, Closure\(Illuminate\\Database\\Eloquent\\Collection\<int, TModel\>\)\: void given\.$# in path /home/runner/work/larastrict/larastrict/src/Database/Queries/ChunkedModelQueryResult.php was not matched in reported errors.
Code check - Laravel 10 (8.1) / PHPStan (highest): tests/Feature/Database/Models/TestModel.php#L20
PHPDoc tag @use contains generic type Illuminate\Database\Eloquent\Factories\HasFactory<Tests\LaraStrict\Feature\Database\Models\TestModelFactory> but trait Illuminate\Database\Eloquent\Factories\HasFactory is not generic.
Code check - Laravel 10 (8.1) / PHPStan (highest): tests/Feature/Database/Models/TestNoDates.php#L19
PHPDoc tag @use contains generic type Illuminate\Database\Eloquent\Factories\HasFactory<Tests\LaraStrict\Feature\Database\Models\TestModelFactory> but trait Illuminate\Database\Eloquent\Factories\HasFactory is not generic.
Code check - Laravel 10 (8.1) / PHPStan (highest)
Process completed with exit code 1.
Code check - Laravel 11 (8.3) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L1
Ignored error pattern #^Parameter \#1 of closure expects TModel of Illuminate\\Database\\Eloquent\\Model, mixed given\.$# in path /home/runner/work/larastrict/larastrict/src/Database/Queries/ChunkedModelQueryResult.php was not matched in reported errors.
Code check - Laravel 11 (8.3) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L1
Ignored error pattern #^Parameter \#1 of closure expects array\<int\|string\>, array\<int\<0, max\>, mixed\> given\.$# in path /home/runner/work/larastrict/larastrict/src/Database/Queries/ChunkedModelQueryResult.php was not matched in reported errors.
Code check - Laravel 11 (8.3) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L1
Ignored error pattern #^Parameter \#2 \$callback of method Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\>\:\:chunkById\(\) expects callable\(Illuminate\\Support\\Collection\<int, TModel\>, int\)\: mixed, Closure\(Illuminate\\Database\\Eloquent\\Collection\<int, TModel\>\)\: void given\.$# in path /home/runner/work/larastrict/larastrict/src/Database/Queries/ChunkedModelQueryResult.php was not matched in reported errors.
Code check - Laravel 11 (8.3) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L83
Parameter #1 $ of closure expects array<int|string>, array<int<0, max>, mixed> given.
Code check - Laravel 11 (8.3) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L106
Parameter #1 $ of closure expects TModel of Illuminate\Database\Eloquent\Model, mixed given.
Code check - Laravel 11 (8.3) / PHPStan (lowest): tests/Feature/Database/Models/TestModel.php#L20
PHPDoc tag @use contains generic type Illuminate\Database\Eloquent\Factories\HasFactory<Tests\LaraStrict\Feature\Database\Models\TestModelFactory> but trait Illuminate\Database\Eloquent\Factories\HasFactory is not generic.
Code check - Laravel 11 (8.3) / PHPStan (lowest): tests/Feature/Database/Models/TestNoDates.php#L19
PHPDoc tag @use contains generic type Illuminate\Database\Eloquent\Factories\HasFactory<Tests\LaraStrict\Feature\Database\Models\TestModelFactory> but trait Illuminate\Database\Eloquent\Factories\HasFactory is not generic.
Code check - Laravel 11 (8.3) / PHPStan (lowest): tests/Feature/Testing/TestServiceProviderTest.php#L72
Call to method PHPUnit\Framework\Assert::assertTrue() with false will always evaluate to false.
Code check - Laravel 11 (8.3) / PHPStan (lowest): tests/Feature/Testing/TestServiceProviderTest.php#L72
Instanceof between LaraStrict\Testing\Core\Services\NoSleepService and LaraStrict\Core\Services\SleepService will always evaluate to false.
Code check - Laravel 10 (8.1) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L1
Ignored error pattern #^Parameter \#1 of closure expects TModel of Illuminate\\Database\\Eloquent\\Model, mixed given\.$# in path /home/runner/work/larastrict/larastrict/src/Database/Queries/ChunkedModelQueryResult.php was not matched in reported errors.
Code check - Laravel 10 (8.1) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L1
Ignored error pattern #^Parameter \#1 of closure expects array\<int\|string\>, array\<int\<0, max\>, mixed\> given\.$# in path /home/runner/work/larastrict/larastrict/src/Database/Queries/ChunkedModelQueryResult.php was not matched in reported errors.
Code check - Laravel 10 (8.1) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L1
Ignored error pattern #^Parameter \#2 \$callback of method Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\>\:\:chunkById\(\) expects callable\(Illuminate\\Support\\Collection\<int, TModel\>, int\)\: mixed, Closure\(Illuminate\\Database\\Eloquent\\Collection\<int, TModel\>\)\: void given\.$# in path /home/runner/work/larastrict/larastrict/src/Database/Queries/ChunkedModelQueryResult.php was not matched in reported errors.
Code check - Laravel 10 (8.1) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L83
Parameter #1 $ of closure expects array<int|string>, array<int<0, max>, mixed> given.
Code check - Laravel 10 (8.1) / PHPStan (lowest): src/Database/Queries/ChunkedModelQueryResult.php#L106
Parameter #1 $ of closure expects TModel of Illuminate\Database\Eloquent\Model, mixed given.
Code check - Laravel 10 (8.1) / PHPStan (lowest): tests/Feature/Database/Models/TestModel.php#L20
PHPDoc tag @use contains generic type Illuminate\Database\Eloquent\Factories\HasFactory<Tests\LaraStrict\Feature\Database\Models\TestModelFactory> but trait Illuminate\Database\Eloquent\Factories\HasFactory is not generic.
Code check - Laravel 10 (8.1) / PHPStan (lowest): tests/Feature/Database/Models/TestNoDates.php#L19
PHPDoc tag @use contains generic type Illuminate\Database\Eloquent\Factories\HasFactory<Tests\LaraStrict\Feature\Database\Models\TestModelFactory> but trait Illuminate\Database\Eloquent\Factories\HasFactory is not generic.
Code check - Laravel 10 (8.1) / PHPStan (lowest): tests/Feature/Testing/TestServiceProviderTest.php#L72
Call to method PHPUnit\Framework\Assert::assertTrue() with false will always evaluate to false.
Code check - Laravel 10 (8.1) / PHPStan (lowest): tests/Feature/Testing/TestServiceProviderTest.php#L72
Instanceof between LaraStrict\Testing\Core\Services\NoSleepService and LaraStrict\Core\Services\SleepService will always evaluate to false.
Code check - Laravel 10 (8.2) / PHPStan (highest): src/Database/Queries/ChunkedModelQueryResult.php#L1
Ignored error pattern #^Parameter \#2 \$callback of method Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\>\:\:chunkById\(\) expects callable\(Illuminate\\Support\\Collection\<int, TModel\>, int\)\: mixed, Closure\(Illuminate\\Database\\Eloquent\\Collection\<int, TModel\>\)\: void given\.$# in path /home/runner/work/larastrict/larastrict/src/Database/Queries/ChunkedModelQueryResult.php was not matched in reported errors.
Code check - Laravel 10 (8.2) / PHPStan (highest): tests/Feature/Database/Models/TestModel.php#L20
PHPDoc tag @use contains generic type Illuminate\Database\Eloquent\Factories\HasFactory<Tests\LaraStrict\Feature\Database\Models\TestModelFactory> but trait Illuminate\Database\Eloquent\Factories\HasFactory is not generic.
Code check - Laravel 10 (8.2) / PHPStan (highest): tests/Feature/Database/Models/TestNoDates.php#L19
PHPDoc tag @use contains generic type Illuminate\Database\Eloquent\Factories\HasFactory<Tests\LaraStrict\Feature\Database\Models\TestModelFactory> but trait Illuminate\Database\Eloquent\Factories\HasFactory is not generic.
Code check - Laravel 10 (8.2) / PHPStan (highest)
Process completed with exit code 1.
Code check - Laravel 10 (8.3) / PHPStan (highest): src/Database/Queries/ChunkedModelQueryResult.php#L1
Ignored error pattern #^Parameter \#2 \$callback of method Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\>\:\:chunkById\(\) expects callable\(Illuminate\\Support\\Collection\<int, TModel\>, int\)\: mixed, Closure\(Illuminate\\Database\\Eloquent\\Collection\<int, TModel\>\)\: void given\.$# in path /home/runner/work/larastrict/larastrict/src/Database/Queries/ChunkedModelQueryResult.php was not matched in reported errors.
Code check - Laravel 10 (8.3) / PHPStan (highest): tests/Feature/Database/Models/TestModel.php#L20
PHPDoc tag @use contains generic type Illuminate\Database\Eloquent\Factories\HasFactory<Tests\LaraStrict\Feature\Database\Models\TestModelFactory> but trait Illuminate\Database\Eloquent\Factories\HasFactory is not generic.
Code check - Laravel 10 (8.3) / PHPStan (highest): tests/Feature/Database/Models/TestNoDates.php#L19
PHPDoc tag @use contains generic type Illuminate\Database\Eloquent\Factories\HasFactory<Tests\LaraStrict\Feature\Database\Models\TestModelFactory> but trait Illuminate\Database\Eloquent\Factories\HasFactory is not generic.
Code check - Laravel 10 (8.3) / PHPStan (highest)
Process completed with exit code 1.
Code check - Laravel 10 (8.2) / Coding Standard
FailFast: cancelling since parallel instance has failed
Code check - Laravel 10 (8.2) / Coding Standard
The operation was canceled.
Code check - Laravel 11 (8.2) / Coding Standard
FailFast: cancelling since parallel instance has failed
Code check - Laravel 10 (8.3) / PHPStan (lowest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Code check - Laravel 11 (8.2) / PHPStan (lowest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Code check - Laravel 10 (8.2) / PHPStan (lowest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Code check - Laravel 11 (8.3) / PHPStan (highest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Code check - Laravel 10 (8.1) / PHPStan (highest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tests - Laravel 10 (8.1) / Tests 8.1 (lowest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tests - Laravel 10 (8.1) / Tests 8.1 (highest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Code check - Laravel 11 (8.3) / PHPStan (lowest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Code check - Laravel 10 (8.1) / PHPStan (lowest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Code check - Laravel 10 (8.2) / PHPStan (highest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Code check - Laravel 11 (8.2) / PHPStan (highest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Code check - Laravel 10 (8.3) / PHPStan (highest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Code check - Laravel 10 (8.1) / Coding Standard
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Code check - Laravel 10 (8.3) / Coding Standard
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tests - Laravel 10 (8.2) / Tests 8.2 (highest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tests - Laravel 10 (8.2) / Tests 8.2 (lowest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Code check - Laravel 11 (8.3) / Coding Standard
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tests - Laravel 10 (8.3) / Tests 8.3 (highest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tests - Laravel 11 (8.3) / Tests 8.3 (highest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tests - Laravel 10 (8.3) / Tests 8.3 (lowest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tests - Laravel 11 (8.2) / Tests 8.2 (highest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tests - Laravel 11 (8.3) / Tests 8.3 (lowest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tests - Laravel 11 (8.2) / Tests 8.2 (lowest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/