From 9c1c52fc5cae705ea4206c8fb9ff14af82eb9caa Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Sun, 7 Jul 2024 12:54:19 +0200 Subject: [PATCH] 8.4 alpha1 is now upcoming Requires https://github.com/docker-library/php/pull/1526 to be completed, merged, and built so the images show up at https://hub.docker.com/_/php/tags?page=&page_size=&ordering=&name=8.4.0alpha1 --- versions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.php b/versions.php index 78054d1..d78a823 100644 --- a/versions.php +++ b/versions.php @@ -5,7 +5,7 @@ $versions = []; if (getenv('INPUT_UPCOMINGRELEASES') == 'true') { - //$versions[] = '8.4.0alpha1'; + $versions[] = '8.4.0alpha1'; } $d = new DOMDocument();