Skip to content

Add Symfony major version matrix to CI#40

Merged
greg-1-anderson merged 3 commits into3.xfrom
ci/symfony-version-matrix
Mar 28, 2026
Merged

Add Symfony major version matrix to CI#40
greg-1-anderson merged 3 commits into3.xfrom
ci/symfony-version-matrix

Conversation

@greg-1-anderson
Copy link
Copy Markdown
Member

Summary

  • Adds CI matrix entries to test each supported Symfony major version (5, 6, 7, 8) independently
  • Each matrix entry runs composer require to pin the Symfony console dependency to a specific major version before running tests
  • Default test entries remain unchanged (run as-is without pinning)

Test plan

  • Verify each Symfony version matrix entry runs successfully
  • Confirm default test entries are unaffected

Test each supported Symfony major version independently by adding
matrix entries that run composer require to pin all Symfony
dependencies to a specific major version before running tests.
Set PHP version per Symfony matrix entry to the higher of the Symfony
minimum PHP requirement and the project minimum PHP requirement.
Symfony 8 entries use PHP 8.5.
@greg-1-anderson greg-1-anderson merged commit 1c1fb56 into 3.x Mar 28, 2026
12 checks passed
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.

1 participant