Skip to content

Commit 92a2b0c

Browse files
committed
Update appveyor.yml
1 parent e810603 commit 92a2b0c

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ clone_folder: c:\projects\php-project-workspace
66
## Build matrix for lowest and highest possible targets
77
environment:
88
matrix:
9-
- php_ver_target: 7.3
9+
- php_ver_target: 7.3.11
1010
MYSQL_DATABASE: ez_test
1111
MYSQL_HOST: localhost
1212
MYSQL_USER: root
@@ -82,13 +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-
- where createdb
86-
- where psql
87-
- where sqlcmd
88-
- where mysqladmin
89-
- where mysql
90-
- where appveyor
91-
- where appveyor-retry
9285
- path
9386
- appveyor-retry appveyor DownloadFile https://getcomposer.org/composer.phar
9487
- cd c:\projects\php-project-workspace

0 commit comments

Comments
 (0)