We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e810603 commit 92a2b0cCopy full SHA for 92a2b0c
1 file changed
appveyor.yml
@@ -6,7 +6,7 @@ clone_folder: c:\projects\php-project-workspace
6
## Build matrix for lowest and highest possible targets
7
environment:
8
matrix:
9
- - php_ver_target: 7.3
+ - php_ver_target: 7.3.11
10
MYSQL_DATABASE: ez_test
11
MYSQL_HOST: localhost
12
MYSQL_USER: root
@@ -82,13 +82,6 @@ install:
82
- IF %PHP%==1 echo xdebug.remote_enable=1 >> php.ini
83
- IF %PHP%==1 echo xdebug.remote_autostart=1 >> php.ini
84
- 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
92
- path
93
- appveyor-retry appveyor DownloadFile https://getcomposer.org/composer.phar
94
- cd c:\projects\php-project-workspace
0 commit comments