Skip to content

Commit

Permalink
8.4 alpha1 is now upcoming
Browse files Browse the repository at this point in the history
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
  • Loading branch information
WyriHaximus committed Jul 7, 2024
1 parent af27e67 commit 9c1c52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
$versions = [];

if (getenv('INPUT_UPCOMINGRELEASES') == 'true') {
//$versions[] = '8.4.0alpha1';
$versions[] = '8.4.0alpha1';
}

$d = new DOMDocument();
Expand Down

0 comments on commit 9c1c52f

Please sign in to comment.