Skip to content

Commit f795473

Browse files
committed
Update appveyor.yml
1 parent f06696f commit f795473

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

appveyor.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ install:
4242
If ($env:PHP -eq "1") {
4343
$DLLVersion = "5.6.1"
4444
cd C:\tools\php73\ext
45-
$source = "http://windows.php.net/downloads/pecl/releases/sqlsrv/$($DLLVersion)/php_sqlsrv-$($DLLVersion)-$($env:php_ver_target)-nts-vc15-x64.zip"
46-
$destination = "C:\tools\php73\ext\php_sqlsrv-$($DLLVersion)-$($env:php_ver_target)-nts-vc15-x64.zip"
45+
$source = "http://windows.php.net/downloads/pecl/releases/sqlsrv/$($DLLVersion)/php_sqlsrv-$($DLLVersion)-7.3-nts-vc15-x64.zip"
46+
$destination = "C:\tools\php73\ext\php_sqlsrv-$($DLLVersion)-7.3-nts-vc15-x64.zip"
4747
Invoke-WebRequest $source -OutFile $destination
48-
7z x -y php_sqlsrv-$($DLLVersion)-$($env:php_ver_target)-nts-vc15-x64.zip > $null
49-
$source = "http://windows.php.net/downloads/pecl/releases/pdo_sqlsrv/$($DLLVersion)/php_pdo_sqlsrv-$($DLLVersion)-$($env:php_ver_target)-nts-vc15-x64.zip"
50-
$destination = "C:\tools\php73\ext\php_pdo_sqlsrv-$($DLLVersion)-$($env:php_ver_target)-nts-vc15-x64.zip"
48+
7z x -y php_sqlsrv-$($DLLVersion)-7.3-nts-vc15-x64.zip > $null
49+
$source = "http://windows.php.net/downloads/pecl/releases/pdo_sqlsrv/$($DLLVersion)/php_pdo_sqlsrv-$($DLLVersion)-7.3-nts-vc15-x64.zip"
50+
$destination = "C:\tools\php73\ext\php_pdo_sqlsrv-$($DLLVersion)-7.3-nts-vc15-x64.zip"
5151
Invoke-WebRequest $source -OutFile $destination
52-
7z x -y php_pdo_sqlsrv-$($DLLVersion)-$($env:php_ver_target)-nts-vc15-x64.zip > $null
52+
7z x -y php_pdo_sqlsrv-$($DLLVersion)-7.3-nts-vc15-x64.zip > $null
5353
Remove-Item C:\tools\php73\ext* -include .zip
5454
Invoke-WebRequest "https://xdebug.org/files/php_xdebug-2.7.2-7.3-vc15-nts-x86_64.dll" -OutFile "C:\tools\php73\ext\php_xdebug-2.7.2-7.3-vc15-nts-x86_64.dll"
5555
cd C:\tools\php73
@@ -82,8 +82,6 @@ install:
8282
- IF %PHP%==1 echo xdebug.remote_enable=1 >> php.ini
8383
- IF %PHP%==1 echo xdebug.remote_autostart=1 >> php.ini
8484
- IF %PHP%==1 echo xdebug.profiler_enable=off >> php.ini
85-
- path
86-
- appveyor DownloadFile https://getcomposer.org/composer.phar
8785
- cd c:\projects\php-project-workspace
8886
- composer self-update
8987
- composer require phpstan/phpstan "0.11.3"

0 commit comments

Comments
 (0)