Skip to content

Lint PHP 8.4 #102

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 18, 2024
Merged

Lint PHP 8.4 #102

merged 1 commit into from
Dec 18, 2024

Conversation

tfrommen
Copy link
Member

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added/updated (for bug fixes/features)

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Lint the codebase on PHP 8.4 too.

What is the current behavior? (You can also link to an open issue here)

Linting is done on PHP 7.4-8.3.

What is the new behavior (if this is a feature change)?

Linting is done on PHP 8.4 too.

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

No.

Other information:

Currently, there is no stable version of Psalm that supports PHP 8.4, so we cannot run Psalm. Sadly, having Psalm declared as Composer dependency, we also cannot run PHPUnit because the composer install fails due to Psalm...

@tfrommen tfrommen requested a review from Chrico December 18, 2024 07:03
@tfrommen tfrommen merged commit 653040b into version/2 Dec 18, 2024
34 checks passed
@tfrommen tfrommen deleted the lint-php84 branch December 18, 2024 11:11
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