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

FRW-8801 Dropped PHP 8.0 support. #66

Merged
merged 2 commits into from
Sep 20, 2024

Conversation

olhalivitchuk
Copy link
Contributor

@olhalivitchuk olhalivitchuk commented Sep 5, 2024

Release Table

Module Release Type Constraint Updates
Evaluator patch (currently 0.x)

Module Evaluator

Change log

Improvements

  • Added PHP 8.3 support.

Checklist

  • I agree with the Code Contribution License Agreement in CONTRIBUTING.md

@@ -23,7 +23,7 @@ class DeployYamlFilesPhpVersionStrategy implements PhpVersionCheckerStrategyInte
/**
* @var string
*/
public const MESSAGE_USED_NOT_ALLOWED_PHP_VERSION = "Deploy file uses not allowed PHP image version \"%s\"\nImage tag must contain allowed PHP version (image:abc-8.0)";
public const MESSAGE_USED_NOT_ALLOWED_PHP_VERSION = "Deploy file uses not allowed PHP image version \"%s\"\nImage tag must contain allowed PHP version (image:abc-8.1)";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need this change to module to work properly, let's release it instead of merge.

@gechetspr gechetspr merged commit d4cdedf into master Sep 20, 2024
4 checks passed
@gechetspr gechetspr deleted the feature/frw-8801/master-php-upgrade-and-drop-81 branch September 20, 2024 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

5 participants