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