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

Run static-analysis Github action on PHP 8.1 #338

Merged
merged 1 commit into from
Nov 30, 2024

Conversation

sirbrillig
Copy link
Owner

@sirbrillig sirbrillig commented Nov 30, 2024

Because there is a dependency conflict between phpunit and psalm (psalm does not support later versions of the php parser – see vimeo/psalm#11112), we cannot run psalm on PHP versions where the conflict forces the nikic/php-parser dependency to be < 1.0. In this PR we force running psalm under PHP 8.1.

Fixes #335

@sirbrillig sirbrillig merged commit 8d402fc into 2.x Nov 30, 2024
62 checks passed
@sirbrillig sirbrillig deleted the run-static-analysis-on-8-1 branch November 30, 2024 18:32
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.

psalm fails during Github actions due to XML config error
1 participant