We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52188c2 + 0101288 commit d666c3dCopy full SHA for d666c3d
.github/workflows/run-tests.yml
@@ -14,9 +14,11 @@ jobs:
14
matrix:
15
os: [ubuntu-latest]
16
php: [8.0, 8.1]
17
- laravel: [9.*]
+ laravel: [9.*, 10.*]
18
stability: [prefer-stable]
19
include:
20
+ - laravel: 10.*
21
+ testbench: 8.0
22
- laravel: 9.*
23
testbench: 7.0
24
composer.json
@@ -42,7 +42,7 @@
42
}
43
},
44
"require-dev": {
45
- "orchestra/testbench": "^7.0",
+ "orchestra/testbench": "^7.0|^8.0",
46
"pestphp/pest": "^1.21",
47
"pestphp/pest-plugin-laravel": "^1.2",
48
"phpunit/phpunit": "^9.5.10",
0 commit comments