-
Notifications
You must be signed in to change notification settings - Fork 128
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
Laravel 8 Support with Travis #407
Conversation
This PR adds support for the upcoming Laravel 8 release (due 8 September) to the `composer.json` requirements.
For some reason it looks like composer is broken, I couldn't reproduce the issue in Travis until I updated my local composer from 1.10.7 to 1.10.11 |
Composer has been patched, resubmitting the build |
Thanks for adding in the Travis changes I overlooked 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jwpage & @jdavidbakr!
Hi @imjoehaines. |
Hey, I'm aiming for a release either this afternoon or tomorrow |
Goal
Add support for Laravel 8
Design
Added travis tests (extended from PR #405)
Changeset
Tests added to Travis
Testing
No additional tests were required