We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f487c commit 9e9166dCopy full SHA for 9e9166d
.github/workflows/run-tests.yml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
os: [ubuntu-latest, windows-latest]
16
php: [8.4, 8.3]
17
- laravel: [12.*, 11.*, 10.*]
+ laravel: [12.*, 11.*]
18
stability: [prefer-lowest, prefer-stable]
19
20
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
src/NativeServiceProvider.php
@@ -51,7 +51,6 @@ public function packageRegistered()
51
$this->mergeConfigFrom($this->package->basePath('/../config/nativephp-internal.php'), 'nativephp-internal');
52
53
$this->app->singleton(FreshCommand::class, function ($app) {
54
- /* @phpstan-ignore-next-line (beacause we support Laravel 10 & 11) */
55
return new FreshCommand($app['migrator']);
56
});
57
0 commit comments