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:
15
15
CONFIGURE_OPTS : --enable-mongodb --with-mongodb-sasl=yes --with-mongodb-client-side-encryption=yes
16
16
17
17
matrix :
18
- - PHP_VER : 8.0.12
18
+ - PHP_VER : 8.1.1
19
19
TS : 1
20
20
CRT : vs16
21
21
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
22
- - PHP_VER : 8.0.12
22
+ - PHP_VER : 8.1.1
23
23
TS : 0
24
24
CRT : vs16
25
25
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
27
35
TS : 1
28
36
CRT : vc15
29
- - PHP_VER : 7.4.25
37
+ - PHP_VER : 7.4.27
30
38
TS : 0
31
39
CRT : vc15
32
- - PHP_VER : 7.3.32
40
+ - PHP_VER : 7.3.33
33
41
TS : 1
34
42
CRT : vc15
35
- - PHP_VER : 7.3.32
43
+ - PHP_VER : 7.3.33
36
44
TS : 0
37
45
CRT : vc15
38
46
- PHP_VER : 7.2.34
Original file line number Diff line number Diff line change 2
2
ExecutionTimeoutException: exceeding $maxTimeMS (queries)
3
3
--SKIPIF--
4
4
<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
5
- <?php skip_if_not_live (); ?>
6
- <?php skip_if_not_clean (); ?>
7
5
<?php skip_if_test_commands_disabled (); ?>
6
+ <?php skip_if_not_clean (); ?>
8
7
--FILE--
9
8
<?php
10
9
require_once __DIR__ . "/../utils/basic.inc " ;
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ ExecutionTimeoutException: exceeding maxTimeMS (commands)
3
3
--SKIPIF--
4
4
<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
5
5
<?php skip_if_not_live (); ?>
6
- <?php skip_if_not_clean (); ?>
7
6
<?php skip_if_test_commands_disabled (); ?>
7
+ <?php skip_if_not_clean (); ?>
8
8
--FILE--
9
9
<?php
10
10
require_once __DIR__ . "/../utils/basic.inc " ;
You can’t perform that action at this time.
0 commit comments