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

Drop old phpunit and symfony versions #433

Merged
merged 3 commits into from
Feb 6, 2024

Conversation

connorhu
Copy link
Contributor

@connorhu connorhu commented Feb 5, 2024

If I understand correctly, orm2 tests will run with dependency-versions: "lowest" setting and orm3 tests will run with highest setting. Due to the restriction of orm3 php>=8.1, orm2 tests must also run on php8.0. The phpunit 7 does not support php8, so we should drop phpunit7.

And I dropped symfony 4 because that branch is no longer officially supported.

What do you think?

@derrabus
Copy link
Collaborator

derrabus commented Feb 6, 2024

If I understand correctly, orm2 tests will run with dependency-versions: "lowest" setting and orm3 tests will run with highest setting.

No.

we should drop phpunit7.

Yes. PHPUnit 8.5 supports PHP 7.2 which is the lowest PHP version we currently support, so PHPUnit 7 can be dropped.

And I dropped symfony 4 because that branch is no longer officially supported.

👍🏻

composer.json Outdated Show resolved Hide resolved
composer.json Outdated Show resolved Hide resolved
@derrabus derrabus merged commit ffccbed into beberlei:master Feb 6, 2024
8 checks passed
@connorhu connorhu deleted the fix/drop_old_versions branch March 1, 2024 08:54
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