File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
other-docs/guides/updating-php Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ 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.1 | PHP 8.2 | PHP 8.3 |
14
- | -------| ---------------| ---------------| - ---------------|
15
- | v23 | * Deprecated * | ** Supported** | ** Supported * * |
16
- | v22 | ** Supported** | ** Supported** | ** Supported** |
17
- | v21 | ** Supported ** | ** Supported** | * Experimental * |
18
- | v20 | ** Supported ** | ** Supported** | * Experimental * |
19
- | v19 | ** Supported ** | ** Supported ** | |
13
+ | Altis | PHP 8.3 | PHP 8.2 | PHP 8.1 |
14
+ | -------| ---------------- | ---------------| ---------------|
15
+ | v23 | ** Supported ** | ** Supported** | * Deprecated * |
16
+ | v22 | ** Supported** | ** Supported** | ** Supported** |
17
+ | v21 | * Experimental * | ** Supported** | ** Supported * * |
18
+ | v20 | * Experimental * | ** Supported** | ** Supported * * |
19
+ | v19 | | ** Supported ** | ** Supported ** |
20
20
21
21
## Checking PHP Version Compatibility
22
22
You can’t perform that action at this time.
0 commit comments