We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2002a01 commit a3631a1Copy full SHA for a3631a1
SECURITY.md
@@ -5,11 +5,15 @@ The following versions of PHP are being actively updated:
5
6
| PHP Version | Supported |
7
| ------- | ------------------ |
8
-| 8.2 | :white_check_mark: |
9
-| 8.1 | :white_check_mark: |
10
-| 8.0 | :white_check_mark: |
11
-| 7.4 | :white_check_mark: |
12
-| 7.3 | :x: |
+| 8.4 | :white_check_mark: Active support |
+| 8.3 | :white_check_mark: Active support |
+| 8.2 | :white_check_mark: Active support |
+| 8.1 | :warning: Security updates only |
+| 8.0 | :heavy_exclamation_mark: End of life, update ASAP |
13
+| 7.4 | :heavy_exclamation_mark: End of life, update ASAP |
14
+| 7.3 | :x: Not supported |
15
+
16
+View the official [PHP supported versions policy](https://www.php.net/supported-versions.php) for more information.
17
18
## Reporting a Vulnerability
19
0 commit comments