-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-Authored-By: florian-sanders-cc <[email protected]>
- Loading branch information
1 parent
4b7cb1a
commit 0275701
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: "Console: end of life versions warnings" | ||
date: 2024-11-21 | ||
tags: | ||
- console | ||
- eol | ||
authors: | ||
- name: David Legrand | ||
link: https://github.com/davlgd | ||
image: https://github.com/davlgd.png?size=40 | ||
- name: Florian Sanders | ||
link: https://github.com/florian-sanders-cc | ||
image: https://github.com/florian-sanders-cc.png?size=40 | ||
description: Better stay up to date! | ||
excludeSearch: true | ||
--- | ||
|
||
[Earlier this year](/changelog/2024-04-24-php-deprecate-warning/), we started to show warnings in logs when you deploy PHP applications with a `CC_PHP_VERSION` corresponding to a release considered as [end-of-life by PHP community](https://www.php.net/supported-versions.php). Today, we start showing such warnings in the environment variables panel of applications in the Clever Cloud Console for: | ||
- `CC_PHP_VERSION` | ||
- `CC_PYTHON_VERSION` | ||
- `CC_RUBY_VERSION` | ||
|
||
Our goal is to better inform our customers about the lifecycle of their ecosystems, and to provide guidance on the proper values to use for the version management of their applications. We'll extend this to other runtimes in the coming weeks. |