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: add PHP 8.4 to test-phpunit.yml #9133

Closed
wants to merge 4 commits into from

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    6dea683 View commit details
    Browse the repository at this point in the history
  2. chore: add continue-on-error

    kenjis committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d396757 View commit details
    Browse the repository at this point in the history
  3. chore: remove duplicated 8.4

    kenjis committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c018b02 View commit details
    Browse the repository at this point in the history
  4. chore: add "--ignore-platform-req=php" temporarily

    Error: Your requirements could not be resolved to an installable set of packages.
    
      Problem 1
        - vimeo/psalm[5.0.0, ..., 5.13.1] require php ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 -> your php version (8.4.0-dev) does not satisfy that requirement.
        - vimeo/psalm[5.14.0, ..., 5.25.0] require php ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.0-dev) does not satisfy that requirement.
        - Root composer.json requires vimeo/psalm ^5.0 -> satisfiable by vimeo/psalm[5.0.0, ..., 5.25.0].
    
    Script @composer update --working-dir=utils handling the post-autoload-dump event returned with error code 2
    Error: Process completed with exit code 2.
    kenjis committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6e2a89b View commit details
    Browse the repository at this point in the history