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

chore: drop eol php 8.0 #384

Merged
merged 8 commits into from
Jan 29, 2024

Commits on Jan 26, 2024

  1. chore: drop eol php 8.0

    Rotzbua committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    435f64a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0067c24 View commit details
    Browse the repository at this point in the history
  3. chore: update gh action

    Rotzbua committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    373b67e View commit details
    Browse the repository at this point in the history
  4. chore: migrate to phpunit 10

    add type
    make functions static
    use attributes instead of annotations
    add strict_types
    disable new feature suppression of execution warning/error
    Rotzbua committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    48abbf0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b7f225 View commit details
    Browse the repository at this point in the history
  6. feat: add php-cs-fixer rule

    Rotzbua committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    4d2bdae View commit details
    Browse the repository at this point in the history
  7. fix: remove outdated polyfill for php before 7.3

    `openssl_pkey_derive` is always available with current php and openssl.
    Rotzbua committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    5167d66 View commit details
    Browse the repository at this point in the history
  8. fix(cs): add dangling comma

    Rotzbua committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    f14a234 View commit details
    Browse the repository at this point in the history