From 90325cdcbffb23db9ea249a29c15e3279bbbdb4b Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 14 Aug 2026 03:33:29 +0000 Subject: [PATCH] Update PHP versions for 2026-08 8.6: 8.6.0alpha3 -> 8.6.0beta1 (Alpine edge/testing) No other version changes: 8.5 (8.5.9), 8.4 (8.4.24), and 8.3 (8.3.33) already match what Alpine edge/community ships. No branches added or removed; PHP 8.2 remains frozen per policy. --- README.md | 4 ++-- docs/security.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d79fb32..1126301 100644 --- a/README.md +++ b/README.md @@ -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** | @@ -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. diff --git a/docs/security.md b/docs/security.md index 37fbcb6..1f3f12c 100644 --- a/docs/security.md +++ b/docs/security.md @@ -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: