You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wordpress-stubs v6.8+ package contains PHP 8+ syntax in stub files,
which causes parse errors when PHPStan runs on PHP 7.4. PHPStan can
analyze PHP 7.4-compatible code while running on PHP 8.x, so this change
updates the CI workflow to use PHP 8.2 for all code quality checks.
0 commit comments