File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
other-docs/guides/updating-php Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,12 @@ There are 2 key steps to getting ready for a new version of PHP:
10
10
11
11
## Altis Compatibility Chart
12
12
13
- | Altis | PHP 8.0 | PHP 8.1 | PHP 8.2 |
14
- | -------| ----------------| ---------------| ----------------|
15
- | v19 | | ** Supported** | * Supported* |
16
- | v18 | ** Deprecated** | ** Supported** | * Supported* |
17
- | v17 | ** Deprecated** | ** Supported** | * Experimental* |
18
- | v16 | ** Deprecated** | ** Supported** | * Experimental* |
19
- | v15 | ** Deprecated** | ** Supported** | * Experimental* |
13
+ | Altis | PHP 8.0 | PHP 8.1 | PHP 8.2 | PHP 8.3 |
14
+ | -------| ----------------| ---------------| ----------------| ----------------|
15
+ | v20 | | ** Supported** | * Supported* | * Experimental* |
16
+ | v19 | | ** Supported** | * Supported* | |
17
+ | v18 | ** Deprecated** | ** Supported** | * Supported* | |
18
+ | v17 | ** Deprecated** | ** Supported** | * Experimental* | |
20
19
21
20
## Checking PHP Version Compatibility
22
21
You can’t perform that action at this time.
0 commit comments