From dce79ec03d667b18cf42bdefa0cd02c549c2afc6 Mon Sep 17 00:00:00 2001 From: Joe Dixon Date: Tue, 5 Dec 2023 17:31:25 +0000 Subject: [PATCH] deprecate php-8.0:al2 (#240) --- src/BuildProcess/ValidateManifest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/BuildProcess/ValidateManifest.php b/src/BuildProcess/ValidateManifest.php index 39025423..9428774d 100644 --- a/src/BuildProcess/ValidateManifest.php +++ b/src/BuildProcess/ValidateManifest.php @@ -62,8 +62,7 @@ protected function warnAboutDeprecations() if (Manifest::runtime($this->environment) === 'php-8.0:al2') { Helpers::warn( - 'The runtime "php-8.0:al2" will be deprecated on November 26th, 2023 when PHP 8.0 stops receiving security updates.' - .' From this date, it will not be possible to deploy new environments using this runtime and support will be removed for existing runtimes on February 26, 2024.' + 'The runtime "php-8.0:al2" is now deprecated and it is no longer possible to deploy new environments using this runtime. Support will be removed for existing runtimes on February 26, 2024.' .' For a full list of supported runtimes, please see: https://docs.vapor.build/1.0/projects/environments.html#runtime' ); }