File tree 1 file changed +4
-11
lines changed 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,10 @@ arm_task:
33
33
image : gcc:10
34
34
additional_containers :
35
35
- name : mysql
36
- image : mysql:latest
36
+ image : mysql:8
37
37
port : 3306
38
+ cpu : 1.0
39
+ memory : 1G
38
40
env :
39
41
MYSQL_ALLOW_EMPTY_PASSWORD : true
40
42
MYSQL_ROOT_PASSWORD : " "
@@ -45,12 +47,6 @@ arm_task:
45
47
env :
46
48
POSTGRES_PASSWORD : " postgres"
47
49
POSTGRES_DB : " test"
48
- - name : mssql
49
- image : mcr.microsoft.com/mssql/server:2019-latest
50
- port : 1433
51
- env :
52
- SA_PASSWORD : mssql
53
- ACCEPT_EULA : ' Y'
54
50
install_script :
55
51
- export DEBIAN_FRONTEND=noninteractive
56
52
- apt-get update -y
@@ -180,7 +176,7 @@ arm_task:
180
176
--with-config-file-path=/etc
181
177
--with-config-file-scan-dir=/etc/php.d
182
178
--with-pdo-firebird
183
- --with-pdo-dblib
179
+ `# --with-pdo-dblib`
184
180
--disable-phpdbg
185
181
`#--enable-werror`
186
182
- make -j2 > /dev/null
@@ -200,9 +196,6 @@ arm_task:
200
196
- export PDO_MYSQL_TEST_USER=root
201
197
- export PDO_MYSQL_TEST_PASS=
202
198
- export PDO_PGSQL_TEST_DSN="pgsql:host=127.0.0.1 port=5432 dbname=test user=postgres password=postgres"
203
- - export PDO_DBLIB_TEST_DSN="dblib:host=127.0.0.1;dbname=master;version=7.0"
204
- - export PDO_DBLIB_TEST_USER="sa"
205
- - export PDO_DBLIB_TEST_PASS="mssql"
206
199
- >-
207
200
sapi/cli/php run-tests.php
208
201
-d zend_extension=opcache.so
You can’t perform that action at this time.
0 commit comments