Skip to content

Commit c530c96

Browse files
committed
revert change and implement better fix
1 parent be80b60 commit c530c96

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
stability: [prefer-lowest, prefer-stable]
2222
include:
2323
- laravel: 11.*
24-
testbench: 9.*
24+
testbench: ^9.9
2525
- laravel: 10.*
2626
testbench: 8.*
2727
- laravel: 12.*

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,7 @@
4949
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
5050
},
5151
"config": {
52-
"sort-packages": true,
53-
"audit": {
54-
"block-insecure": false
55-
}
52+
"sort-packages": true
5653
},
5754
"extra": {
5855
"laravel": {

0 commit comments

Comments
 (0)