Skip to content

Commit 04c99b5

Browse files
committed
wip
1 parent 7e60bd5 commit 04c99b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
exclude:
2929
- laravel: 11.*
3030
php: 8.1
31-
31+
3232
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3333

3434
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^8.1",
2020
"illuminate/contracts": "^10.0|^11.0",
21-
"spatie/laravel-package-tools": "^1.14.0",
21+
"spatie/laravel-package-tools": "^1.16.4",
2222
"symfony/finder": "^6.2|^7.0"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)