Skip to content

Commit 6f9715c

Browse files
authored
Revert "Add support for betas and RCs"
1 parent b0ce4dd commit 6f9715c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM wyrihaximusgithubactions/supported-php-versions:add-support-for-betas-and-RCs
1+
FROM wyrihaximusgithubactions/supported-php-versions:master

versions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
$versions = ['8.1.0beta2'];
3+
$versions = [];
44

55
$d = new DOMDocument();
66
@$d->loadHTML(file_get_contents('https://php.net/supported-versions')); // the variable $ads contains the HTML code above

0 commit comments

Comments
 (0)