Skip to content

Commit

Permalink
Merge pull request #50 from codedge/php8
Browse files Browse the repository at this point in the history
Support PHP8
  • Loading branch information
codedge authored Nov 24, 2020
2 parents dbbd781 + 09b2893 commit 3e14a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.3', '7.4']
php: ['7.3', '7.4', '8.0']
laravel: [6.*, 7.*, 8.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": ">=7.3",
"php": ">=7.3|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0"
},
"require-dev": {
Expand Down

0 comments on commit 3e14a91

Please sign in to comment.