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 8f5da01 commit dd6599bCopy full SHA for dd6599b
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
fi
40
for i in $versions; do
41
if [ "$i" = "$version" ]; then
42
- curl -o /tmp/php.sh -sSL https://raw.githubusercontent.com/actions/virtual-environments/master/images/linux/scripts/installers/php.sh
+ curl -o /tmp/php.sh -sSL https://raw.githubusercontent.com/actions/virtual-environments/main/images/linux/scripts/installers/php.sh
43
sed -i "s/\$php_versions/${{ matrix.php-versions }}/g" /tmp/php.sh
44
sudo bash /tmp/php.sh || true
45
0 commit comments