Skip to content

Commit ccdddd3

Browse files
Update: support laravel 9
1 parent e5dcbdc commit ccdddd3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
php: [8.1, 8.0]
17-
laravel: [8.*, 7.*]
17+
laravel: [9.*, 8.*, 7.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
20+
- laravel: 9.*
21+
testbench: 7.*
2022
- laravel: 8.*
2123
testbench: 6.23
2224
- laravel: 7.*

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
],
2020
"require": {
2121
"php": "^8.0",
22-
"illuminate/support": "^7.0|^8.0"
22+
"illuminate/support": "^7.0|^8.0|^9.0"
2323
},
2424
"require-dev": {
2525
"friendsofphp/php-cs-fixer": "^3.2",
26-
"orchestra/testbench": "^6.0",
26+
"orchestra/testbench": "^6.0|^7.0",
2727
"phpunit/phpunit": "^9.4"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)