We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8035a28 + f20c7ac commit b0ce4ddCopy full SHA for b0ce4dd
Dockerfile
@@ -1 +1 @@
1
-FROM wyrihaximusgithubactions/supported-php-versions:master
+FROM wyrihaximusgithubactions/supported-php-versions:add-support-for-betas-and-RCs
versions.php
@@ -1,6 +1,6 @@
<?php
2
3
-$versions = [];
+$versions = ['8.1.0beta2'];
4
5
$d = new DOMDocument();
6
@$d->loadHTML(file_get_contents('https://php.net/supported-versions')); // the variable $ads contains the HTML code above
0 commit comments