Skip to content

Commit 0b5ad1b

Browse files
authored
Merge pull request #10 from WyriHaximus/revert-9-add-support-for-betas-and-RCs
2 parents b0ce4dd + 6f9715c commit 0b5ad1b

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)