Skip to content

Commit e381a9a

Browse files
committed
chore: prep 21 for release
1 parent 87c68ba commit e381a9a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 21 (2024-11-25)
4+
5+
- Adds PHP 8.4 support
6+
- Tunes PHP-FPM workers for greater throughput
7+
38
## 20 (2024-10-18)
49

510
- Adds `bcmath` php extension to image

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following features work out of the box without any configuration:
2323
- `Nginx` serves as the web host and reverse proxy
2424
- `npm` is installed for all your Node dependencies
2525
- `PHP-FPM/OPcache` for fast performance in the browser and on the CLI
26-
- `zip` is installed for items that may need that (Laravel)
26+
- `zip` is installed for items that may need it (eg: Laravel, CSV)
2727

2828
## Platforms
2929

@@ -67,6 +67,7 @@ Tags for this image follow the syntax of `PHP_VERSION-IMAGE_VERSION`; for instan
6767

6868
### PHP Versions
6969

70+
- `8.4` - uses the latest release on the PHP 8.4 Alpine track. (Starting with image version `21`)
7071
- `8.3` - uses the latest release on the PHP 8.3 Alpine track. (Starting with image version `18`)
7172
- `8.2` - uses the latest release on the PHP 8.2 Alpine track. (Starting with image version `12`)
7273
- `8.1` - uses the latest release on the PHP 8.1 Alpine track. (Starting with image version `9`)
@@ -75,6 +76,7 @@ Tags for this image follow the syntax of `PHP_VERSION-IMAGE_VERSION`; for instan
7576

7677
### Image Versions (see CHANGELOG for more details)
7778

79+
- `21`
7880
- `20`
7981
- `19`
8082
- `18`

0 commit comments

Comments
 (0)