Skip to content

Commit

Permalink
Support for Laravel 9 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudkumar authored Mar 18, 2022
1 parent df60d67 commit f017532
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: true
matrix:
php: [7.1, 7.2, 7.3, 7.4, 8.0]
laravel: [5.8.*, ^6.0, ^7.0, ^8.0]
laravel: [5.8.*, ^6.0, ^7.0, ^8.0, ^9.0]
exclude:
- php: 7.1
laravel: ^6.0
Expand All @@ -28,7 +28,15 @@ jobs:
laravel: ^6.0
- php: 8.0
laravel: ^7.0

- php: 7.1
laravel: ^9.0
- php: 7.2
laravel: ^9.0
- php: 7.3
laravel: ^9.0
- php: 7.4
laravel: ^9.0

name: P${{ matrix.php }} - L${{ matrix.laravel }}

steps:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"require": {
"php": "^7.1.3|^8.0",
"craftsys/msg91-php": "^0.15.2",
"illuminate/support": "^5.2|^6.0|^7.0|^8.0"
"illuminate/support": "^5.2|^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "~3.8|^4.0|^5.0|^6.0",
"orchestra/testbench": "~3.8|^4.0|^5.0|^6.0|^7.0",
"phpunit/phpunit": "^5.3|^6.0|^7.0|^8.0|^9.4"
},
"config": {
Expand Down

0 comments on commit f017532

Please sign in to comment.