Skip to content

Commit 89f10e6

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: Download enchant dict from downloads.php.net
2 parents d15e227 + 5dba6ae commit 89f10e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/windows/test_task.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ mkdir %~d0\usr\local\share\enchant\hunspell
101101
if %errorlevel% neq 0 exit /b 3
102102
echo Fetching enchant dicts
103103
pushd %~d0\usr\local\share\enchant\hunspell
104-
powershell -Command wget http://windows.php.net/downloads/qa/appveyor/ext/enchant/dict.zip -OutFile dict.zip
104+
powershell -Command wget https://downloads.php.net/~windows/qa/appveyor/ext/enchant/dict.zip -OutFile dict.zip
105105
unzip dict.zip
106106
del /q dict.zip
107107
popd

0 commit comments

Comments
 (0)