Skip to content

Commit 7359313

Browse files
committed
fix: actions exclusions
fix: orchestra/testbench
1 parent 8d6859d commit 7359313

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
php: 8.2
2222
- laravel: 9.*
2323
php: 8.3
24+
- laravel: 10.*
25+
php: '8.0'
2426
- laravel: 11.*
2527
php: '8.0'
2628
- laravel: 11.*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"illuminate/view": "^9.0 || ^10.0 || ^11.0"
2323
},
2424
"require-dev": {
25-
"orchestra/testbench": "^5.1 || ^6.3 || ^7.0 || ^8.0",
25+
"orchestra/testbench": "^5.1 || ^6.3 || ^7.0 || ^8.0 || ^9.0",
2626
"pestphp/pest": "1.x-dev || 2.x-dev"
2727
},
2828
"minimum-stability": "dev",

0 commit comments

Comments
 (0)