chore: prepare CI for PHP version matrix testing#816
Open
anonymoususer72041 wants to merge 2 commits into
Open
chore: prepare CI for PHP version matrix testing#816anonymoususer72041 wants to merge 2 commits into
anonymoususer72041 wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This prepares the CI and Docker-based test setup for PHP version matrix testing, serving as preparation for #792 without changing the currently tested or supported PHP version.
The Docker PHP image now accepts a
PHP_VERSIONbuild argument while keeping7.4as the default. The test Docker Compose configuration passes this argument through with the same default, so existing local and CI behavior remains unchanged unless a PHP version is explicitly provided.The GitHub Actions workflow now passes the matrix PHP version into the Docker test environment and rebuilds the container for that version. Composer cache keys also include the matrix PHP version, so future matrix entries can use separate dependency caches.