Skip to content

Commit 9044050

Browse files
committed
- Fixing tests
1 parent a27370c commit 9044050

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
@@ -27,7 +27,7 @@ jobs:
2727
testbench: 10.*
2828
carbon: ^3.8.4
2929
- laravel: 11.*
30-
testbench: 9.*
30+
testbench: ^9.16
3131
carbon: ^2.63
3232
- laravel: 10.*
3333
testbench: 8.*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"spatie/laravel-activitylog": "^4.8"
2323
},
2424
"require-dev": {
25-
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
25+
"orchestra/testbench": "^7.0 || ^8.0 || ^9.16 || ^10.0 || ^11.0",
2626
"phpunit/phpunit": "^9.5 || ^10.5 || ^11.5.3 || ^12.5.8 || ^13.0.3"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)