Skip to content

Commit 9e9166d

Browse files
authored
Remove L10 from test matrix (#541)
* Remove L10 from test matrix * Remove PHPStan ignore line...
1 parent 91f487c commit 9e9166d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
1616
php: [8.4, 8.3]
17-
laravel: [12.*, 11.*, 10.*]
17+
laravel: [12.*, 11.*]
1818
stability: [prefer-lowest, prefer-stable]
1919

2020
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

src/NativeServiceProvider.php

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public function packageRegistered()
5151
$this->mergeConfigFrom($this->package->basePath('/../config/nativephp-internal.php'), 'nativephp-internal');
5252

5353
$this->app->singleton(FreshCommand::class, function ($app) {
54-
/* @phpstan-ignore-next-line (beacause we support Laravel 10 & 11) */
5554
return new FreshCommand($app['migrator']);
5655
});
5756

0 commit comments

Comments
 (0)