Skip to content

Commit 5dba6ae

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Download enchant dict from downloads.php.net
2 parents e5d837c + 5ef3fe2 commit 5dba6ae

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
@@ -103,7 +103,7 @@ mkdir %~d0\usr\local\share\enchant\hunspell
103103
if %errorlevel% neq 0 exit /b 3
104104
echo Fetching enchant dicts
105105
pushd %~d0\usr\local\share\enchant\hunspell
106-
powershell -Command wget http://windows.php.net/downloads/qa/appveyor/ext/enchant/dict.zip -OutFile dict.zip
106+
powershell -Command wget https://downloads.php.net/~windows/qa/appveyor/ext/enchant/dict.zip -OutFile dict.zip
107107
unzip dict.zip
108108
del /q dict.zip
109109
popd

0 commit comments

Comments
 (0)