File tree Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -15,24 +15,32 @@ environment:
1515 CONFIGURE_OPTS : --enable-mongodb --with-mongodb-sasl=yes --with-mongodb-client-side-encryption=yes
1616
1717 matrix :
18- - PHP_VER : 8.0.12
18+ - PHP_VER : 8.1.1
1919 TS : 1
2020 CRT : vs16
2121 APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
22- - PHP_VER : 8.0.12
22+ - PHP_VER : 8.1.1
2323 TS : 0
2424 CRT : vs16
2525 APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
26- - PHP_VER : 7.4.25
26+ - PHP_VER : 8.0.14
27+ TS : 1
28+ CRT : vs16
29+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
30+ - PHP_VER : 8.0.14
31+ TS : 0
32+ CRT : vs16
33+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
34+ - PHP_VER : 7.4.27
2735 TS : 1
2836 CRT : vc15
29- - PHP_VER : 7.4.25
37+ - PHP_VER : 7.4.27
3038 TS : 0
3139 CRT : vc15
32- - PHP_VER : 7.3.32
40+ - PHP_VER : 7.3.33
3341 TS : 1
3442 CRT : vc15
35- - PHP_VER : 7.3.32
43+ - PHP_VER : 7.3.33
3644 TS : 0
3745 CRT : vc15
3846 - PHP_VER : 7.2.34
Original file line number Diff line number Diff line change 22ExecutionTimeoutException: exceeding $maxTimeMS (queries)
33--SKIPIF--
44<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
5- <?php skip_if_not_live (); ?>
6- <?php skip_if_not_clean (); ?>
75<?php skip_if_test_commands_disabled (); ?>
6+ <?php skip_if_not_clean (); ?>
87--FILE--
98<?php
109require_once __DIR__ . "/../utils/basic.inc " ;
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ ExecutionTimeoutException: exceeding maxTimeMS (commands)
33--SKIPIF--
44<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
55<?php skip_if_not_live (); ?>
6- <?php skip_if_not_clean (); ?>
76<?php skip_if_test_commands_disabled (); ?>
7+ <?php skip_if_not_clean (); ?>
88--FILE--
99<?php
1010require_once __DIR__ . "/../utils/basic.inc " ;
You can’t perform that action at this time.
0 commit comments