Skip to content

Commit d9ed9b1

Browse files
KingPinKingPin
authored andcommitted
fix: add PHP 8.4 to docker-image.v1.yml and update README to mention 8.4 in features and deprecation notices
1 parent f7ef09f commit d9ed9b1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-image.v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
php-type: [cli, fpm, apache]
16-
php-version: ['8.3', '8.2']
16+
php-version: ['8.4', '8.3', '8.2']
1717
php-base-os: [bookworm, alpine]
1818
exclude:
1919
- php-type: apache

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ See [v1 vs v2 comparison](#v1-vs-v2-comparison) below for details.
1717
## Features
1818

1919
- **Multi-Architecture Support**: Works on `amd64`, `arm64/aarch64` and `arm32v7/armhf` platforms
20-
- **Multiple PHP Versions**: PHP 8.2 and 8.3 (actively built); PHP 7, 8 and 8.1 deprecated
20+
- **Multiple PHP Versions**: PHP 8.2, 8.3, and 8.4 (actively built); PHP 7.x, 8.0, and 8.1 deprecated
2121
- **Multiple Server Types**: CLI, FPM, and Apache
2222
- **Base OS Options**: Alpine (lightweight) and Debian (Bookworm/Bullseye)
2323
- **Extensive Extensions**: 30+ PHP extensions pre-installed
@@ -348,7 +348,7 @@ The following tags are deprecated and will not be built going forward, but remai
348348
- `8.1-fpm-bullseye`, `8.1-fpm-bookworm`, `8.1-fpm-alpine`
349349
- `8.1-apache-bullseye`, `8.1-apache-bookworm`
350350

351-
> **Important:** These versions are deprecated. Please upgrade to PHP 8.2 or 8.3 for security and performance.
351+
> **Important:** These versions are deprecated. Please upgrade to PHP 8.2, 8.3, or 8.4 for security and performance.
352352
353353
## 📊 Image Sizes
354354

0 commit comments

Comments
 (0)