Skip to content

Commit dd6599b

Browse files
authored
Fix php.sh url
1 parent 8f5da01 commit dd6599b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fi
4040
for i in $versions; do
4141
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
42+
curl -o /tmp/php.sh -sSL https://raw.githubusercontent.com/actions/virtual-environments/main/images/linux/scripts/installers/php.sh
4343
sed -i "s/\$php_versions/${{ matrix.php-versions }}/g" /tmp/php.sh
4444
sudo bash /tmp/php.sh || true
4545
fi

0 commit comments

Comments
 (0)