Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Five different images for each PHP Version:

| Version | Latest Version | Monthly Builds | Alpine Version |
|:----------:|:----------------:|:--------------:|:----------------:|
| **8.6** ⚠ | **8.6.0alpha3** | **yes** | **edge/testing** |
| **8.6** ⚠ | **8.6.0beta1** | **yes** | **edge/testing** |
| **8.5** | **8.5.9** | **yes** | **edge** |
| **8.4** | **8.4.24** | **yes** | **edge** |
| **8.3** | **8.3.33** | **yes** | **edge** |
Expand All @@ -82,7 +82,7 @@ Five different images for each PHP Version:
| 7.0 | 7.0.33 | - | 3.5 |
| 5.6 | 5.6.40 | - | 3.8 |

⚠ PHP 8.6 is a **pre-release** (alpha). The images are meant for early testing only and do not
⚠ PHP 8.6 is a **pre-release** (beta). The images are meant for early testing only and do not
ship the `redis`, `memcached` and `yaml` extensions yet, since Alpine has not published them for
PHP 8.6.

Expand Down
2 changes: 1 addition & 1 deletion docs/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ To balance security with stability:

### Why Edge/Testing for PHP 8.6?

PHP 8.6 has not been released yet — Alpine ships it as `8.6.0_alphaX` in the `edge/testing`
PHP 8.6 has not been released yet — Alpine ships it as `8.6.0_betaX` in the `edge/testing`
repository, which is the only Alpine repository carrying PHP 8.6 packages.

**Do not use PHP 8.6 in production** until it reaches a stable release. These images exist for:
Expand Down