Skip to content

Commit

Permalink
Merge pull request #39 from laravel/php8
Browse files Browse the repository at this point in the history
[2.x] PHP 8 Support
  • Loading branch information
driesvints authored Dec 3, 2020
2 parents 53eef67 + 9d5b481 commit e875f6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.1, 7.2, 7.3, 7.4]
php: [7.1, 7.2, 7.3, 7.4, 8.0]
laravel: [5.8.*, ^6.0, ^7.0, ^8.0]
exclude:
- php: 7.1
Expand All @@ -24,6 +24,8 @@ jobs:
laravel: ^8.0
- php: 7.2
laravel: ^8.0
- php: 8.0
laravel: 5.8.*

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 @@ -10,10 +10,10 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.1.3|^8.0",
"composer/package-versions-deprecated": "^1.8",
"illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0",
"nexmo/laravel": "^2.0"
"nexmo/laravel": "^2.4"
},
"require-dev": {
"mockery/mockery": "^1.0",
Expand Down

0 comments on commit e875f6d

Please sign in to comment.