Skip to content

fix(ci): Correct matrix strategy for multi-arch builds#2

Merged
nfebe merged 1 commit into
mainfrom
fix/ci-matrix-cross-product
Mar 8, 2026
Merged

fix(ci): Correct matrix strategy for multi-arch builds#2
nfebe merged 1 commit into
mainfrom
fix/ci-matrix-cross-product

Conversation

@nfebe

@nfebe nfebe commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

The include entries were not cross-producting with php_version. Added platform as a proper matrix axis so all 4 combinations (2 PHP versions x 2 architectures) are built.

The include entries were not cross-producting with php_version.
Added platform as a proper matrix axis so all 4 combinations
(2 PHP versions x 2 architectures) are built.
@sourceant

sourceant Bot commented Mar 8, 2026

Copy link
Copy Markdown

Code Review Summary

The PR correctly addresses a logic error in the CI matrix where architectures were not being cross-producted with PHP versions.

🚀 Key Improvements

  • Fixed matrix strategy in .github/workflows/publish.yml to ensure all architecture and PHP version combinations are tested/built.

@sourceant sourceant Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review complete. No specific code suggestions were generated. See the overview comment for a summary.

@nfebe nfebe merged commit fc73c6f into main Mar 8, 2026
4 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