From a44c4970512c8bc1fadb2706301d560a05188d81 Mon Sep 17 00:00:00 2001 From: Mike Little Date: Mon, 29 Jul 2024 17:49:27 +0100 Subject: [PATCH] UpdatePHP compatibility chart for PHP 8.3 --- other-docs/guides/updating-php/README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/other-docs/guides/updating-php/README.md b/other-docs/guides/updating-php/README.md index b0202661..12d07e8d 100644 --- a/other-docs/guides/updating-php/README.md +++ b/other-docs/guides/updating-php/README.md @@ -10,13 +10,12 @@ There are 2 key steps to getting ready for a new version of PHP: ## Altis Compatibility Chart -| Altis | PHP 8.0 | PHP 8.1 | PHP 8.2 | -|-------|----------------|---------------|----------------| -| v19 | | **Supported** | *Supported* | -| v18 | **Deprecated** | **Supported** | *Supported* | -| v17 | **Deprecated** | **Supported** | *Experimental* | -| v16 | **Deprecated** | **Supported** | *Experimental* | -| v15 | **Deprecated** | **Supported** | *Experimental* | +| Altis | PHP 8.0 | PHP 8.1 | PHP 8.2 | PHP 8.3 | +|-------|----------------|---------------|----------------|----------------| +| v20 | | **Supported** | *Supported* | *Experimental* | +| v19 | | **Supported** | *Supported* | | +| v18 | **Deprecated** | **Supported** | *Supported* | | +| v17 | **Deprecated** | **Supported** | *Experimental* | | ## Checking PHP Version Compatibility