Skip to content

Commit f017532

Browse files
authored
Support for Laravel 9 (#13)
1 parent df60d67 commit f017532

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
php: [7.1, 7.2, 7.3, 7.4, 8.0]
15-
laravel: [5.8.*, ^6.0, ^7.0, ^8.0]
15+
laravel: [5.8.*, ^6.0, ^7.0, ^8.0, ^9.0]
1616
exclude:
1717
- php: 7.1
1818
laravel: ^6.0
@@ -28,7 +28,15 @@ jobs:
2828
laravel: ^6.0
2929
- php: 8.0
3030
laravel: ^7.0
31-
31+
- php: 7.1
32+
laravel: ^9.0
33+
- php: 7.2
34+
laravel: ^9.0
35+
- php: 7.3
36+
laravel: ^9.0
37+
- php: 7.4
38+
laravel: ^9.0
39+
3240
name: P${{ matrix.php }} - L${{ matrix.laravel }}
3341

3442
steps:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
"require": {
3131
"php": "^7.1.3|^8.0",
3232
"craftsys/msg91-php": "^0.15.2",
33-
"illuminate/support": "^5.2|^6.0|^7.0|^8.0"
33+
"illuminate/support": "^5.2|^6.0|^7.0|^8.0|^9.0"
3434
},
3535
"require-dev": {
36-
"orchestra/testbench": "~3.8|^4.0|^5.0|^6.0",
36+
"orchestra/testbench": "~3.8|^4.0|^5.0|^6.0|^7.0",
3737
"phpunit/phpunit": "^5.3|^6.0|^7.0|^8.0|^9.4"
3838
},
3939
"config": {

0 commit comments

Comments
 (0)