Skip to content

Commit 0854887

Browse files
authored
Merge pull request #640 from humanmade/backport-639-to-v23-branch
[Backport v23-branch] Order PHP information from newest to oldest
2 parents 4ba445f + 4a17931 commit 0854887

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

other-docs/guides/updating-php/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ There are 2 key steps to getting ready for a new version of PHP:
1010

1111
## Altis Compatibility Chart
1212

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** |
2020

2121
## Checking PHP Version Compatibility
2222

0 commit comments

Comments
 (0)