Skip to content

Commit 425b382

Browse files
committed
Increase mysql resources, remove mssql
1 parent 340ca20 commit 425b382

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.cirrus.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ arm_task:
3333
image: gcc:10
3434
additional_containers:
3535
- name: mysql
36-
image: mysql:latest
36+
image: mysql:8
3737
port: 3306
38+
cpu: 1.0
39+
memory: 1G
3840
env:
3941
MYSQL_ALLOW_EMPTY_PASSWORD: true
4042
MYSQL_ROOT_PASSWORD: ""
@@ -45,12 +47,6 @@ arm_task:
4547
env:
4648
POSTGRES_PASSWORD: "postgres"
4749
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'
5450
install_script:
5551
- export DEBIAN_FRONTEND=noninteractive
5652
- apt-get update -y
@@ -180,7 +176,7 @@ arm_task:
180176
--with-config-file-path=/etc
181177
--with-config-file-scan-dir=/etc/php.d
182178
--with-pdo-firebird
183-
--with-pdo-dblib
179+
`#--with-pdo-dblib`
184180
--disable-phpdbg
185181
`#--enable-werror`
186182
- make -j2 > /dev/null
@@ -200,9 +196,6 @@ arm_task:
200196
- export PDO_MYSQL_TEST_USER=root
201197
- export PDO_MYSQL_TEST_PASS=
202198
- 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"
206199
- >-
207200
sapi/cli/php run-tests.php
208201
-d zend_extension=opcache.so

0 commit comments

Comments
 (0)