-
Notifications
You must be signed in to change notification settings - Fork 5
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
Test Psalm on PHP 8.4 #439
Comments
Wondering whether it's worth waiting for Psalm to support PHP 8.4. reading this comment teapot-php/status-code#167 (comment) prompted me to check the project activity: There's been no commit for the past month (although I'm aware of Christmas etc.), last commit Dec 11, 2024, and there's been not a lot of commits before that either. There are PRs that fix some of the PHP 8.4 issues waiting to be merged since November 24. So maybe don't delay the PHP 8.4 update by waiting for Psalm? |
Psalm is not ready for PHP 8.4 yet, see #439
Tests using 8.3 removed except Psalm which is not ready for PHP 8.4 yet, see #439
This requires me to keep the following packages in my dev, some are for Psalm itself, others allow it to analyze the code base: php8.3-cli php8.3-common php8.3-intl php8.3-mbstring php8.3-opcache php8.3-readline php8.3-xml They can be removed once Psalm supports PHP 8.4 (#439), or when I stop using it.
- paragonie/halite updated from v5.1.2 to v5.1.3 patch See changes: paragonie/[email protected] Release notes: https://github.com/paragonie/halite/releases/tag/v5.1.3 - psalm/phar updated from 5.26.1 to 6.0.0 major See changes: psalm/phar@5.26.1...6.0.0 Release notes: https://github.com/psalm/phar/releases/tag/6.0.0 - roave/security-advisories updated from dev-latest@fb6b004 to dev-latest@43863a2 See changes: Roave/SecurityAdvisories@fb6b004...43863a2 - spaze/phpcs-phar updated from 3.11.2 to 3.11.3 patch See changes: spaze/[email protected] Release notes: https://github.com/spaze/phpcs-phar/releases/tag/3.11.3 - spaze/phpstan-disallowed-calls updated from v4.2.0 to v4.2.1 patch See changes: spaze/[email protected] Release notes: https://github.com/spaze/phpstan-disallowed-calls/releases/tag/v4.2.1 Run Psalm 6 on PHP 8.4 Partially reverts #463 Close #439 Close #462
Psalm updated to 6.0 and OS packages mentioned in #463 now uninstalled from my dev. |
Add 8.4 here:
michalspacek.cz/.github/workflows/php.yml
Lines 220 to 221 in 2e3aae2
Revert 36ed2ef of Run Psalm on PHP 8.3 #463
When the following is closed
The text was updated successfully, but these errors were encountered: