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

GH Actions: PHP 8.4 has been released #84

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

Conversation

jrfnl
Copy link
Collaborator

@jrfnl jrfnl commented Nov 22, 2024

  • Builds against PHP 8.4 are no longer allowed to fail.
  • Add allowed to fail build against PHP 8.5.

Ref: https://www.php.net/releases/8.4/en.php

* Builds against PHP 8.4 are no longer allowed to fail.
* Add _allowed to fail_ build against PHP 8.5.

Ref: https://www.php.net/releases/8.4/en.php
@jrfnl jrfnl added the CI This issue or pull request is related to the build process label Nov 22, 2024
@jrfnl jrfnl added this to the v0.6.0 milestone Nov 22, 2024
@jrfnl
Copy link
Collaborator Author

jrfnl commented Nov 22, 2024

CS build failure is unrelated to this PR.

As for the Test failure on PHP 8.4 - looks like prefer-lowest is not going to work without some additional tweaking. Basically for running PHPUnit 9 on PHP 8.4, we need a minimum of PHPUnit 9.6.21.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI This issue or pull request is related to the build process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant