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

Drop PHP 8.0 support #8042

Merged
merged 6 commits into from
Oct 20, 2023
Merged

Drop PHP 8.0 support #8042

merged 6 commits into from
Oct 20, 2023

Commits on Oct 13, 2023

  1. Change $minPhpVersion to 8.1

    kenjis committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    fad1882 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f73a3c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f091983 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cab531 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d5ec54 View commit details
    Browse the repository at this point in the history
  6. chore: drop PHP 8.3 for php-cs-fixer

    Run vendor/bin/php-cs-fixer fix --verbose --ansi --dry-run --config=.php-cs-fixer.no-header.php --using-cache=no --diff
    PHP needs to be a minimum version of PHP 7.4.0 and maximum version of PHP 8.2.*.
    Current PHP version: 8.3.0-dev.
    To ignore this requirement please set `PHP_CS_FIXER_IGNORE_ENV`.
    If you use PHP version higher than supported, you may experience code modified in a wrong way.
    Please report such cases at https://github.com/PHP-CS-Fixer/PHP-CS-Fixer .
    Error: Process completed with exit code 1.
    kenjis committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    188c967 View commit details
    Browse the repository at this point in the history