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 7e60bd5 commit 04c99b5Copy full SHA for 04c99b5
.github/workflows/run-tests.yml
@@ -28,7 +28,7 @@ jobs:
28
exclude:
29
- laravel: 11.*
30
php: 8.1
31
-
+
32
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
33
34
steps:
composer.json
@@ -18,7 +18,7 @@
18
"require": {
19
"php": "^8.1",
20
"illuminate/contracts": "^10.0|^11.0",
21
- "spatie/laravel-package-tools": "^1.14.0",
+ "spatie/laravel-package-tools": "^1.16.4",
22
"symfony/finder": "^6.2|^7.0"
23
},
24
"require-dev": {
0 commit comments