Skip to content

Commit

Permalink
deprecate php-8.0:al2 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon authored Dec 5, 2023
1 parent b95bbb5 commit dce79ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/BuildProcess/ValidateManifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'
);
}
Expand Down

0 comments on commit dce79ec

Please sign in to comment.