Skip to content

Commit b0ce4dd

Browse files
authored
Merge pull request #9 from WyriHaximus/add-support-for-betas-and-RCs
Add support for betas and RCs
2 parents 8035a28 + f20c7ac commit b0ce4dd

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:master
1+
FROM wyrihaximusgithubactions/supported-php-versions:add-support-for-betas-and-RCs

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 = [];
3+
$versions = ['8.1.0beta2'];
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)