Skip to content

Use newest versions of PHPUnitBridge #12

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

Merged
merged 1 commit into from
Dec 8, 2023
Merged

Conversation

alcaeus
Copy link
Collaborator

@alcaeus alcaeus commented Dec 8, 2023

This fixes issues in CI that were first reported in symfony/symfony#52844. Sending this PR to 0.1 so we can continue to make fixes there.

@alcaeus alcaeus requested a review from GromNaN December 8, 2023 06:55
@alcaeus alcaeus self-assigned this Dec 8, 2023
@GromNaN GromNaN enabled auto-merge (squash) December 8, 2023 06:57
Copy link
Collaborator

@GromNaN GromNaN left a comment

Choose a reason for hiding this comment

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

Good catch. I didn't found how to reproduce the error.

@GromNaN GromNaN merged commit 0c88273 into mongodb-labs:0.1 Dec 8, 2023
@@ -26,7 +26,7 @@
"symfony/browser-kit": "^6.3 || ^7.0",
"symfony/filesystem": "^6.3 || ^7.0",
"symfony/framework-bundle": "^6.3.5 || ^7.0",
"symfony/phpunit-bridge": "^6.3 || ^7.0",
"symfony/phpunit-bridge": "~6.3.10 || ^6.4.1 || ^7.0.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a specific reason to user ~ over ^?

Copy link
Collaborator

Choose a reason for hiding this comment

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

We don't want 6.4.0 to be installed.

Copy link
Contributor

Choose a reason for hiding this comment

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

From what I understand 6.4.0 can never be installed due to the second version definition ^6.4.1

Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

I agree, but then the second kicks in, np?

It would be simpler to read like this:
^6.3.10 || ^7.0.1

adding a conflict for =6.4.0

alcaeus added a commit that referenced this pull request Dec 8, 2023
* 0.1:
  Use newest versions of PHPUnitBridge (#12)
@alcaeus alcaeus deleted the fix-ci branch December 9, 2023 09:15
@alcaeus alcaeus added this to the 0.2 milestone Dec 9, 2023
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.

3 participants