Skip to content

Commit 18ec5bf

Browse files
committed
- Fixing tests
1 parent f51c1a2 commit 18ec5bf

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
@@ -24,7 +24,7 @@ jobs:
2424
testbench: 10.*
2525
carbon: ^3.8.4
2626
- laravel: 11.*
27-
testbench: 9.*
27+
testbench: ^9.16
2828
carbon: ^2.63
2929
- laravel: 10.*
3030
testbench: 8.*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"javaabu/settings": "^1.6"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0",
23+
"orchestra/testbench": "^7.0 || ^8.0 || ^9.16 || ^10.0",
2424
"phpunit/phpunit": "^9.5 || ^10.5 || ^11.5.3"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)