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 439d646 + 44b1544 commit 8146404Copy full SHA for 8146404
versions.php
@@ -22,4 +22,4 @@
22
}
23
24
echo 'Found the following supported versions: ', implode(', ', $versions), PHP_EOL;
25
-echo '::set-output name=versions::', json_encode($versions), PHP_EOL;
+file_put_contents(getenv('GITHUB_OUTPUT'), 'versions=' . json_encode($versions) . PHP_EOL, FILE_APPEND);
0 commit comments