From 7fbefaf6e7225c3c6fb5814486440fbbb6faf8b1 Mon Sep 17 00:00:00 2001 From: Damien McKenna Date: Wed, 24 Jan 2024 10:21:19 -0500 Subject: [PATCH] NewRelic supports PHP 8.3. --- source/content/guides/php/01-introduction.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/source/content/guides/php/01-introduction.md b/source/content/guides/php/01-introduction.md index 04eaf35ef5..25d3c51413 100644 --- a/source/content/guides/php/01-introduction.md +++ b/source/content/guides/php/01-introduction.md @@ -25,7 +25,7 @@ Click the links below to display complete PHP information for each version, incl | Version | Available | Recommended | | ------------------------------------------------ | :---------: | :---------: | -| [8.3](https://v83-php-info.pantheonsite.io/) 1 | | ❌ | +| [8.3](https://v83-php-info.pantheonsite.io/) | | | | [8.2](https://v82-php-info.pantheonsite.io/) | | | | [8.1](https://v81-php-info.pantheonsite.io/) | | | | [8.0](https://v80-php-info.pantheonsite.io/) | | ❌ | @@ -38,12 +38,6 @@ Click the links below to display complete PHP information for each version, incl Sites that run older PHP versions not listed above will continue to serve pages. However, new development cannot be done because the development environment behavior is undefined and no longer supported. You can [upgrade your PHP version](/guides/php/php-versions) in the development environment to resume development on your site. - - -1 Currently, New Relic does not support PHP 8.3. As such, you will not be able to view your New Relic dashboard on any site that has been updated to PHP 8.3. We will be updating our platform to support New Relic on PHP 8.3 sites as soon as a compatible New Relic release is available to us. - - - ## Drush Compatibility Refer to [Managing Drush Versions on Pantheon](/guides/drush/drush-versions) for detailed compatibility information.