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

[Feature] Add laravel 6 support #8

Merged
merged 5 commits into from
Jan 16, 2020

Conversation

JaskirtPooni
Copy link
Contributor

Had to update a few tests as well.

@coveralls
Copy link

coveralls commented Jan 15, 2020

Coverage Status

Coverage remained the same at 100.0% when pulling 1760c19 on Soapbox:feature/add-laravel-6-support into 6b9401e on jshayes:master.

@@ -10,12 +10,12 @@
],
"require": {
"guzzlehttp/guzzle": "^6.3",
"illuminate/support": "^5.4",
"phpunit/phpunit": "~6.0|~7.0|~8.0"
"illuminate/support": "^6.0",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm down with not supporting 5.8 anymore since LTS will end for it soon.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it would be possible to support both together either

.travis.yml Outdated
- php: 7.1
env: ILLUMINATE_VERSION=5.7.*
- php: 7.1
env: ILLUMINATE_VERSION=5.8.*
- php: 7.2
env: ILLUMINATE_VERSION=5.7.*
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can get rid of the matrix I think. All that is needed for now would be

php:
  - '7.2'
  - '7.3'
  - '7.4'

@jshayes jshayes merged commit cd722ce into jshayes:master Jan 16, 2020
@jshayes
Copy link
Owner

jshayes commented Jan 16, 2020

This is available in release version 3.0

@JaskirtPooni
Copy link
Contributor Author

Thanks for the super quick review @jshayes

@JaskirtPooni JaskirtPooni deleted the feature/add-laravel-6-support branch January 16, 2020 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants