Merged
Conversation
Contributor
Author
|
failures with Symfony 7 are being handled in #369 |
Contributor
Author
|
@monteiro which solution do you prefer ? |
- Remove jobs allowed to fail for stable PHP versions (keeping only jobs that requires passing, making that the default) - Add CI jobs for PHP 8.2, 8.3 and 8.4 - Add an experimental (i.e. allowed to fail) job for PHP nightly - Remove the `variant` from the matrix as it is always `normal` - Remove the step fetching the composer cache location as this location is never used - Upgrade the `ramsey/composer-install` action to avoid deprecation warnings - Make sure jobs for all PHP versions are run until the end even when one of them fails, to make it easier to determine whether a failure is specific to a version
Contributor
Author
|
@monteiro I rebased this PR after the merge of my other PRs (as they were conflicting) so it is now ready to be reviewed as well. |
monteiro
approved these changes
Feb 20, 2025
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.
variantfrom the matrix as it is alwaysnormalramsey/composer-installaction to avoid deprecation warnings