Skip to content

Commit

Permalink
Merge pull request #38 from laravel/laravel8
Browse files Browse the repository at this point in the history
[2.x] Allow Laravel 8
  • Loading branch information
driesvints authored Sep 3, 2020
2 parents ec4f64a + c624ab4 commit b7ed009
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ jobs:
fail-fast: true
matrix:
php: [7.1, 7.2, 7.3, 7.4]
laravel: [5.8.*, ^6.0, ^7.0]
laravel: [5.8.*, ^6.0, ^7.0, ^8.0]
exclude:
- php: 7.1
laravel: ^6.0
- php: 7.1
laravel: ^7.0
- php: 7.1
laravel: ^8.0
- php: 7.2
laravel: ^8.0

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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"require": {
"php": "^7.1.3",
"composer/package-versions-deprecated": "^1.8",
"illuminate/notifications": "~5.8.0|^6.0|^7.0",
"illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0",
"nexmo/laravel": "^2.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0|^8.0"
"phpunit/phpunit": "^7.0|^8.0|^9.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b7ed009

Please sign in to comment.