Skip to content

Commit

Permalink
Add PHP-8 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
tzsk committed Jan 26, 2021
1 parent bcc1d1a commit ef9ef50
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [7.4]
php: [7.4, 8.0]
laravel: [7.*, 8.*]
dependency-version: [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 @@ -20,7 +20,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4|^8.0",
"illuminate/support": "^7.0|^8.0",
"intervention/image": "^2.5"
},
Expand Down
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef9ef50

Please sign in to comment.