Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Update) PHP8 Support #68

Merged
merged 13 commits into from
Dec 2, 2020
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-l7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 7.3, 7.2.5]
php: [8.0snapshot, 7.4, 7.3, 7.2.5]
HDVinnie marked this conversation as resolved.
Show resolved Hide resolved
laravel: [7.*, 6.*]
dependency: [prefer-lowest, prefer-stable]
include:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-l8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 7.3]
php: [8.0snapshot, 7.4, 7.3]
laravel: [8.*]
dependency: [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 @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.2.5",
"php": "^7.2.5 | ^8.0",
"illuminate/support": "^6.0 | ^7.0 | ^8.0"
},
"require-dev": {
Expand Down