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

Allow PHP8 #934

Merged
merged 1 commit into from
Nov 29, 2020
Merged

Allow PHP8 #934

merged 1 commit into from
Nov 29, 2020

Conversation

acrobat
Copy link
Collaborator

@acrobat acrobat commented Nov 12, 2020

Also switch the psr cache dev dependency to symfony/cache to allow php8 testing

@acrobat acrobat changed the title Allow PHP8 and switch psr cache dev dependency to symfony/cache to allow php8 testing Allow PHP8 Nov 12, 2020
@GrahamCampbell
Copy link
Contributor

No real need to drop PHP 7.1 support?

@acrobat
Copy link
Collaborator Author

acrobat commented Nov 13, 2020

I did it so I didn't need to support phpunit 7, 8 and 9 to test the whole range of php versions, because of the changes in phpunit 8 and 9 it would not be possible to easily support this (or we had to use something like the symfony phpunit bridge). Also php 7.1 is almost 1 year EOL so this might be a good time to drop support.

I plan on still supporting 2.x for a while (which still supports 7.1 but no 8) so users really needing a php 7.1 compatible version can use 2.x.

@acrobat acrobat mentioned this pull request Nov 28, 2020
@GrahamCampbell
Copy link
Contributor

Looks fine, after acrobat#2 has been applied.

…low php8 testing

Tweaked minimum versions (by GrahamCampbell)

Co-authored-by: Graham Campbell <GrahamCampbell@users.noreply.github.com>
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