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 #152

Merged
merged 1 commit into from
Dec 2, 2024

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.

Note: running PHP 8.4 with dependencies: lowest will not work due to issues in Patchwork and Mockery, but raising the minimum versions of those dependencies would require dropping support for PHP < 7.1 (and maybe more).

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

@jrfnl jrfnl added this to the 2.x Next milestone Nov 22, 2024
@jrfnl jrfnl requested a review from gmazzap November 22, 2024 00:45
* Builds against PHP 8.4 are no longer allowed to fail.
* Add _allowed to fail_ build against PHP 8.5.

Note: running PHP 8.4 with `dependencies: lowest` will not work due to issues in Patchwork and Mockery, but raising the minimum versions of those dependencies would require dropping support for PHP < 7.1 (and maybe more).

Ref: https://www.php.net/releases/8.4/en.php
@jrfnl jrfnl force-pushed the feature/ghactions-update-for-php-8.4-release branch from 60b917f to 11f5cd8 Compare November 22, 2024 01:08
@gmazzap gmazzap merged commit 535fbd9 into master Dec 2, 2024
22 checks passed
@gmazzap gmazzap deleted the feature/ghactions-update-for-php-8.4-release branch December 2, 2024 17:31
@gmazzap
Copy link
Collaborator

gmazzap commented Dec 2, 2024

Thank you @jrfnl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants