Update dependencies in composer.lock and enhance CI configuration#2
Open
floriankraemer wants to merge 5 commits intomasterfrom
Open
Update dependencies in composer.lock and enhance CI configuration#2floriankraemer wants to merge 5 commits intomasterfrom
floriankraemer wants to merge 5 commits intomasterfrom
Conversation
- Updated various package versions in composer.lock, including justinrainbow/json-schema, league/uri, and symfony components to their latest versions. - Modified CI workflow to include PHP versions 8.1, 8.2, 8.3, and 8.4, and added support for PHPUnit versions 10, 11, and 12. - Added `CoversClass` attributes to OpenAPISchemaValidatorTest and OpenAPISymfonySchemaValidatorTest for better test coverage reporting.
- Updated CI workflow to exclude incompatible PHPUnit versions for PHP 8.1 and 8.2. - Changed Composer command from install to update for better dependency management. - Removed unnecessary `@covers` annotations from OpenAPISymfonySchemaValidatorTest for cleaner code.
- Adjusted Symfony PHPUnit bridge version constraints in composer.json for compatibility. - Removed outdated Symfony packages from composer.lock to streamline dependencies. - Updated CI workflow to use the `-W` flag for requiring PHPUnit, ensuring all dependencies are updated accordingly.
- Updated PHPUnit version constraint in composer.json to ^12.0. - Adjusted composer.lock to reflect changes in various dependencies, including downgrading PHPUnit-related packages to versions compatible with PHPUnit 10. - Enhanced CI workflow to dynamically select the PHPUnit configuration file based on the version being used, improving compatibility and maintainability.
…mline testing setup.
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.
CoversClassattributes to OpenAPISchemaValidatorTest and OpenAPISymfonySchemaValidatorTest for better test coverage reporting.