Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Phauthentic/phpunit-openapi-assertions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Phauthentic/phpunit-openapi-assertions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: updates
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 7 files changed
  • 1 contributor

Commits on Dec 23, 2025

  1. Update dependencies in composer.lock and enhance CI configuration

    - 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.
    floriankraemer committed Dec 23, 2025
    Configuration menu
    Copy the full SHA
    a4fbc7f View commit details
    Browse the repository at this point in the history
  2. Enhance CI configuration and clean up test cases

    - 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.
    floriankraemer committed Dec 23, 2025
    Configuration menu
    Copy the full SHA
    ff27ac9 View commit details
    Browse the repository at this point in the history
  3. Update composer dependencies and CI configuration

    - 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.
    floriankraemer committed Dec 23, 2025
    Configuration menu
    Copy the full SHA
    9f5d8ec View commit details
    Browse the repository at this point in the history
  4. Update PHPUnit version and enhance CI configuration

    - 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.
    floriankraemer committed Dec 23, 2025
    Configuration menu
    Copy the full SHA
    e7ac754 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8c54cb View commit details
    Browse the repository at this point in the history
  6. Refactoring

    floriankraemer committed Dec 23, 2025
    Configuration menu
    Copy the full SHA
    d91c3ae View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2026

  1. CI Fixes

    floriankraemer committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    8cfa9bf View commit details
    Browse the repository at this point in the history
  2. Fixing Workflows

    floriankraemer committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    e090e3a View commit details
    Browse the repository at this point in the history
  3. Fixing Workflows

    floriankraemer committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    b901fbd View commit details
    Browse the repository at this point in the history
  4. Fixing Workflows

    floriankraemer committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    cbd1139 View commit details
    Browse the repository at this point in the history
Loading