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

PHPLIB-1158: Upgrade psalm+rector+phpcs jobs to PHP 8.2 #1113

Merged
merged 1 commit into from
Jun 21, 2023

Conversation

GromNaN
Copy link
Member

@GromNaN GromNaN commented Jun 21, 2023

Fix PHPLIB-1158

Psalm detects the lowest supported PHP version by reading the composer.json (doc)

Copy link
Member

@jmikola jmikola left a comment

Choose a reason for hiding this comment

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

LGTM. I noted the Evergreen test failures are due to Int64 comparisons, so not relevant.

@@ -41,9 +41,8 @@
</UnsafeInstantiation>
</file>
<file src="src/Exception/InvalidArgumentException.php">
<UnsafeInstantiation occurrences="2">
<UnsafeInstantiation occurrences="1">
Copy link
Member

Choose a reason for hiding this comment

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

I assume you regenerated the baseline for this PR?

Copy link
Member Author

@GromNaN GromNaN Jun 21, 2023

Choose a reason for hiding this comment

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

Exactly, that's mostly resolved issues.

@jmikola jmikola merged commit eb2a813 into mongodb:master Jun 21, 2023
11 checks passed
@GromNaN GromNaN deleted the PHPLIB-1158 branch June 21, 2023 16:57
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