We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bfc709 commit b981bc3Copy full SHA for b981bc3
.github/workflows/main.yml
@@ -14,9 +14,11 @@ jobs:
14
matrix:
15
os: [ubuntu-latest]
16
php: [8.2, 8.1]
17
- laravel: [9.*]
+ laravel: [10.*, 9.*]
18
stability: [prefer-lowest, prefer-stable]
19
include:
20
+ - laravel: 10.*
21
+ testbench: 8.*
22
- laravel: 9.*
23
testbench: 7.*
24
composer.json
@@ -19,12 +19,12 @@
],
"require": {
"php": "^8.1",
- "illuminate/support": "^9.0",
- "illuminate/database": "^9.0"
+ "illuminate/support": "^9.0|^10.0",
+ "illuminate/database": "^9.0|^10.0"
},
25
"require-dev": {
26
"friendsofphp/php-cs-fixer": "^3.5",
27
- "orchestra/testbench": "^7.0",
+ "orchestra/testbench": "^7.0|^8.0",
28
"phpunit/phpunit": "^9.0"
29
30
"autoload": {
0 commit comments