forked from OveD-php/health-checks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require Laravel 6.0+ and PHP 7.2+, drop support for Laravel 5.x and P…
…HP 7.0/7.1 Per my comments in this PR (OveD-php/typed-collections#3): My suggestion would be to bump the versioning of your Laravel packages to align with Laravel versioning so that the existing versions (0.0.7, 2.0.2) remain available for Laravel 5.x users and a new version (e.g. 6.0.0) is available for Laravel 6.x users.
- Loading branch information
1 parent
30243ea
commit f76ef4e
Showing
4 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
language: php | ||
cache: vendor | ||
php: | ||
- 7.0 | ||
- 7.1 | ||
- 7.2 | ||
- 7.3 | ||
|
||
sudo: required | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.