Skip to content

Commit 9c5d33e

Browse files
committed
- Updated test worker
1 parent 1df9133 commit 9c5d33e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
carbon: ^3.8.4
2727
- laravel: 11.*
2828
passport: 12.*
29-
testbench: 9.*
29+
testbench: ^9.16
3030
carbon: ^2.63
3131
- laravel: 10.*
3232
passport: 11.*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"laravel/passport": "^11.10 || ^12.0"
1616
},
1717
"require-dev": {
18-
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0",
18+
"orchestra/testbench": "^7.0 || ^8.0 || ^9.16 || ^10.0",
1919
"phpunit/phpunit": "^9.5 || ^10.5 || ^11.5.3",
2020
"spatie/laravel-query-builder": "^5.7 || ^6.3"
2121
},

0 commit comments

Comments
 (0)