Skip to content

Add PHP version matrix (7.4-8.5) to CI workflow#20

Closed
phpstan-bot wants to merge 1 commit into2.xfrom
add-php-version-matrix
Closed

Add PHP version matrix (7.4-8.5) to CI workflow#20
phpstan-bot wants to merge 1 commit into2.xfrom
add-php-version-matrix

Conversation

@phpstan-bot
Copy link

Summary

  • Added a php-version matrix to the coding-standard job in build.yml covering all PHP versions from 7.4 through 8.5 (7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5)
  • Previously the job only ran on PHP 8.2; it now tests each extension against every supported PHP version
  • The matrix combines with the existing extension-name matrix, so each extension is tested on all 7 PHP versions

Test plan

  • Verify CI runs the coding-standard job for each combination of extension and PHP version
  • Confirm all matrix combinations pass (or identify any version-specific issues)

🤖 Generated with Claude Code

Add a php-version matrix to the coding-standard job so that the
coding standard is validated against all PHP versions from 7.4
through 8.5. Previously the job only ran on PHP 8.2.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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