Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable PHP 8.4 compat and bump symfony/cache v7 #23

Merged
merged 7 commits into from
Nov 2, 2024
Merged

Enable PHP 8.4 compat and bump symfony/cache v7 #23

merged 7 commits into from
Nov 2, 2024

Commits on Nov 2, 2024

  1. Add PHP 8.4 to CI test matrix

    Include PHP 8.4 in the continuous integration workflow for testing. This ensures the codebase is compatible with the upcoming PHP version, improving future readiness.
    koriym committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    f03f654 View commit details
    Browse the repository at this point in the history
  2. Update GitHub workflows to use PHP 8.3

    This commit updates the PHP version from 8.2 to 8.3 in both the static analysis and coding standards workflows. This ensures that the CI environment stays current with the latest PHP features and improvements.
    koriym committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    b725b57 View commit details
    Browse the repository at this point in the history
  3. Add Dependabot config to alert only major updates for Composer

    This configuration file sets up Dependabot to check for updates to Composer dependencies on a weekly basis. It specifically ignores minor and patch updates for all dependencies, focusing on major updates only. An exception is made for `phpunit/phpunit`, which is also monitored for major updates.
    koriym committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    57c0501 View commit details
    Browse the repository at this point in the history
  4. Update Symfony Cache dependency version in composer.json

    Expanded the Symfony Cache package compatibility to include version 7.1. This ensures the project remains compatible with the latest Symfony components and benefits from available updates and bug fixes.
    koriym committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    65483e8 View commit details
    Browse the repository at this point in the history
  5. Update doctrine/annotations dependency version range

    Expanded the version range for the `doctrine/annotations` package to include `^2.0`. This change allows for compatibility with more recent versions of the `doctrine/annotations` package, ensuring better flexibility and up-to-date features.
    koriym committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    d1b439c View commit details
    Browse the repository at this point in the history
  6. Update composer.json

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    koriym and coderabbitai[bot] authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    df89530 View commit details
    Browse the repository at this point in the history
  7. Update .github/dependabot.yml

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    koriym and coderabbitai[bot] authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    8a9d4ed View commit details
    Browse the repository at this point in the history