Skip to content

Commit

Permalink
Merge pull request #60 from WyriHaximus/comment-out-upcoming-releases
Browse files Browse the repository at this point in the history
Comment out upcoming releases
  • Loading branch information
WyriHaximus authored Nov 28, 2024
2 parents fd1db1c + c4d21b0 commit 3fc6ec1
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.0RC3';
//$versions[] = '8.5.0RC1';
}

$d = new DOMDocument();
Expand Down

0 comments on commit 3fc6ec1

Please sign in to comment.