From d3e700a509bf5e03d400429c81986f52590b5ed9 Mon Sep 17 00:00:00 2001 From: Patrick Weyck Date: Fri, 6 Dec 2024 08:40:18 +0100 Subject: [PATCH] feat: add php8.4 images --- matrix.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix.php b/matrix.php index 858ea7a..eabe188 100644 --- a/matrix.php +++ b/matrix.php @@ -20,7 +20,7 @@ function get_digest_of_image(string $imageName, string $tag): string { return $digest; } -$supportedVersions = ['8.1', '8.2', '8.3']; +$supportedVersions = ['8.1', '8.2', '8.3', '8.4']; $disallowedVersions = ['8.2.20', '8.3.8']; $rcVersions = [];