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

Bump Laravel versions #1022

Merged
merged 6 commits into from
Aug 28, 2020
Merged

Bump Laravel versions #1022

merged 6 commits into from
Aug 28, 2020

Conversation

barryvdh
Copy link
Owner

Let's drop old Laravel versions and start testing Laravel 8

@mfn
Copy link
Collaborator

mfn commented Aug 28, 2020

YES

@barryvdh
Copy link
Owner Author

Wel technically 5.5 is still supported for two days :P https://laravel.com/docs/7.x/releases
But it's about time.

@barryvdh
Copy link
Owner Author

Hmm so dependencies are all good, but not sure why it's failing 1 test.

@mfn
Copy link
Collaborator

mfn commented Aug 28, 2020

Hmm so dependencies are all good, but not sure why it's failing 1 test.

The test \Barryvdh\LaravelIdeHelper\Tests\ExampleTest::testEloquentBuilderOutput uses reflection to get phpdoc of \Illuminate\Database\Eloquent\Builder::with which has changed between 7/8

I don't know this code part how relevant this is (remove test? make a condition to check between L7/L8? 🤷‍♀️)

@barryvdh
Copy link
Owner Author

Yeah nog sure, maybe update for Laravel 8 and skip the rest?

@barryvdh barryvdh requested a review from mfn August 28, 2020 18:52
@barryvdh
Copy link
Owner Author

Alright, like this then?

Copy link
Collaborator

@mfn mfn left a comment

Choose a reason for hiding this comment

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

👍

use PHPUnit\Framework\TestCase;

class ExampleTest extends TestCase
class MethodTest extends TestCase
Copy link
Collaborator

Choose a reason for hiding this comment

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

😅

This codebase...

@barryvdh barryvdh merged commit a49cb46 into master Aug 28, 2020
@delete-merged-branch delete-merged-branch bot deleted the bumplaravel8 branch August 28, 2020 20: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.

2 participants