We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6929bcb commit 3c41a31Copy full SHA for 3c41a31
.appveyor.yml
@@ -15,20 +15,24 @@ environment:
15
CONFIGURE_OPTS: --enable-mongodb --with-mongodb-sasl=yes --with-mongodb-client-side-encryption=yes
16
17
matrix:
18
- - PHP_VER: 8.0.0rc2
+ - PHP_VER: 8.0.7
19
TS: 1
20
CRT: vs16
21
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
22
- - PHP_VER: 7.4.4
23
+ TS: 0
24
+ CRT: vs16
25
+ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
26
+ - PHP_VER: 7.4.20
27
28
CRT: vc15
29
30
TS: 0
31
- - PHP_VER: 7.3.16
32
+ - PHP_VER: 7.3.28
33
34
35
36
37
38
- PHP_VER: 7.2.29
0 commit comments