From 93a10e83cdbac3e9fc375971953e648bc4ab050d Mon Sep 17 00:00:00 2001 From: Timo Helmke Date: Tue, 21 Mar 2023 16:02:00 +0100 Subject: [PATCH] [noticket] Add new PHP/Node versions to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b30cea8..d4eeeb3 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Builds from: [thecodingmachine/php](https://github.com/thecodingmachine/docker-i ## Features ### Currently we're building the following PHP versions: +* PHP 8.2 * PHP 8.1 * PHP 8.0 * PHP 7.4 @@ -32,7 +33,7 @@ Builds from: [thecodingmachine/php](https://github.com/thecodingmachine/docker-i * [jq](https://wiki.ubuntuusers.de/jq/) ### Node -We create and tag different images with nodes `12`, `14` and `16`. +We create and tag different images with nodes `12`, `14`, `16` and `18`. As a default for the legacy images (without explicit node tag), node in version `14` is used.