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.
1 parent e5dcbdc commit ccdddd3Copy full SHA for ccdddd3
.github/workflows/main.yml
@@ -14,9 +14,11 @@ jobs:
14
matrix:
15
os: [ubuntu-latest]
16
php: [8.1, 8.0]
17
- laravel: [8.*, 7.*]
+ laravel: [9.*, 8.*, 7.*]
18
stability: [prefer-lowest, prefer-stable]
19
include:
20
+ - laravel: 9.*
21
+ testbench: 7.*
22
- laravel: 8.*
23
testbench: 6.23
24
- laravel: 7.*
composer.json
@@ -19,11 +19,11 @@
],
"require": {
"php": "^8.0",
- "illuminate/support": "^7.0|^8.0"
+ "illuminate/support": "^7.0|^8.0|^9.0"
},
"require-dev": {
25
"friendsofphp/php-cs-fixer": "^3.2",
26
- "orchestra/testbench": "^6.0",
+ "orchestra/testbench": "^6.0|^7.0",
27
"phpunit/phpunit": "^9.4"
28
29
"autoload": {
0 commit comments