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.
1 parent b0ce4dd commit 6f9715cCopy full SHA for 6f9715c
Dockerfile
@@ -1 +1 @@
1
-FROM wyrihaximusgithubactions/supported-php-versions:add-support-for-betas-and-RCs
+FROM wyrihaximusgithubactions/supported-php-versions:master
versions.php
@@ -1,6 +1,6 @@
<?php
2
3
-$versions = ['8.1.0beta2'];
+$versions = [];
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