From fe438f8e256884134108009f52d1e7c914db1d78 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Mon, 6 Dec 2021 08:22:55 +0530 Subject: [PATCH] Mark PHP 7.3 as End of life in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00b695ba..a18b5aae 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ On all supported OS/Platforms the following PHP versions are supported as per th |`7.0`|`Stable`|`End of life`|`GitHub-hosted`, `self-hosted`| |`7.1`|`Stable`|`End of life`|`GitHub-hosted`, `self-hosted`| |`7.2`|`Stable`|`End of life`|`GitHub-hosted`, `self-hosted`| -|`7.3`|`Stable`|`Security fixes only`|`GitHub-hosted`, `self-hosted`| +|`7.3`|`Stable`|`End of life`|`GitHub-hosted`, `self-hosted`| |`7.4`|`Stable`|`Security fixes only`|`GitHub-hosted`, `self-hosted`| |`8.0`|`Stable`|`Active`|`GitHub-hosted`, `self-hosted`| |`8.1`|`Stable`|`Active`|`GitHub-hosted`, `self-hosted`| @@ -487,7 +487,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest'] - php-versions: ['7.3', '7.4', '8.0'] + php-versions: ['7.4', '8.0', '8.1'] phpunit-versions: ['latest'] include: - operating-system: 'ubuntu-latest'