Skip to content

Commit 8ba3e7f

Browse files
committed
- Fixed worker dependencies
1 parent 7cf6cd7 commit 8ba3e7f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
carbon: ^2.63
5050
phpunit: ^8.5
5151
- laravel: ^5.6
52-
testbench: 4.*
52+
testbench: ^3.6
5353
carbon: ^2.63
5454
phpunit: ^8.5
5555
exclude:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
2020
},
2121
"require-dev": {
22-
"orchestra/testbench": "^4.0 || ^5.0 || ^6.44 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
23-
"phpunit/phpunit": "^8.5 || ^9.5 || ^10.5 || ^11.5.3"
22+
"orchestra/testbench": "^3.6 || ^4.0 || ^5.0 || ^6.44 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
23+
"phpunit/phpunit": "~7.0 || ^8.5 || ^9.5 || ^10.5 || ^11.5.3"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)