Skip to content

Commit 89c1127

Browse files
authored
Add support for Laravel 9 (#5)
1 parent 7e84b8a commit 89c1127

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.github/workflows/test.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ jobs:
1010
matrix:
1111
include:
1212
- php: 8.1
13-
Laravel: ^8.0
13+
laravel: ^9.0
14+
- php: 8.1
15+
laravel: ^8.0
1416
- php: 8.0
15-
Laravel: ^8.0
16-
- php: 7.4
17-
Laravel: ^8.0
18-
- php: 7.4
19-
Laravel: ^7.0
17+
laravel: ^8.0
2018

2119
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2220

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"license": "MIT",
1111
"minimum-stability": "stable",
1212
"require": {
13-
"laravel/framework": "^7|^8",
13+
"laravel/framework": "^8|^9",
1414
"spatie/sheets": "^1.7"
1515
},
1616
"require-dev": {
1717
"brianium/paratest": "^6.2",
18-
"nunomaduro/collision": "^5",
19-
"orchestra/testbench": "^5|^6.15",
18+
"nunomaduro/collision": "^5|^6",
19+
"orchestra/testbench": "^6.15|^7",
2020
"squizlabs/php_codesniffer": "^3.5"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)