Skip to content

Commit 9c1c52f

Browse files
authored
8.4 alpha1 is now upcoming
Requires docker-library/php#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
1 parent af27e67 commit 9c1c52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
$versions = [];
66

77
if (getenv('INPUT_UPCOMINGRELEASES') == 'true') {
8-
//$versions[] = '8.4.0alpha1';
8+
$versions[] = '8.4.0alpha1';
99
}
1010

1111
$d = new DOMDocument();

0 commit comments

Comments
 (0)