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

Allow using the latest version of PHPUnit #230

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 12, 2023

  1. Allow using the latest version of PHPUnit

    While it does not mean that we can use the latest features, it means we
    can spot and address deprecations earlier. It also means the output of
    composer outdated is smaller, which in turns allows us to spot where
    work is needed more easily.
    Note that it also means running phpunit now also produces a warning
    about validating against a deprecated schema, and I do not think we can
    address it until we drop support for PHP <= 8.1, since PHPUnit 10
    requires PHP 8.1+
    greg0ire committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    45c0e52 View commit details
    Browse the repository at this point in the history