Skip to content

Commit 9ee4050

Browse files
authored
PHPC-2154: Test PHP 8.2 on Appveyor (#1372)
* Invert build image config * Update to latest PHP versions * Add PHP 8.2.0RC4
1 parent 411a022 commit 9ee4050

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

.appveyor.yml

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: Visual Studio 2017
1+
image: Visual Studio 2019
22
version: '{branch}.{build}'
33

44
clone_folder: c:\projects\mongodb
@@ -15,40 +15,48 @@ environment:
1515
CONFIGURE_OPTS: --enable-mongodb --with-mongodb-sasl=yes --with-mongodb-client-side-encryption=yes
1616

1717
matrix:
18-
- PHP_VER: 8.1.1
18+
- PHP_VER: 8.2.0RC4
1919
TS: 1
2020
CRT: vs16
21-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
22-
- PHP_VER: 8.1.1
21+
- PHP_VER: 8.2.0RC4
2322
TS: 0
2423
CRT: vs16
25-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
26-
- PHP_VER: 8.0.14
24+
- PHP_VER: 8.1.11
2725
TS: 1
2826
CRT: vs16
29-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
30-
- PHP_VER: 8.0.14
27+
- PHP_VER: 8.1.11
3128
TS: 0
3229
CRT: vs16
33-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
34-
- PHP_VER: 7.4.27
30+
- PHP_VER: 8.0.24
31+
TS: 1
32+
CRT: vs16
33+
- PHP_VER: 8.0.24
34+
TS: 0
35+
CRT: vs16
36+
- PHP_VER: 7.4.32
3537
TS: 1
3638
CRT: vc15
37-
- PHP_VER: 7.4.27
39+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
40+
- PHP_VER: 7.4.32
3841
TS: 0
3942
CRT: vc15
43+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
4044
- PHP_VER: 7.3.33
4145
TS: 1
4246
CRT: vc15
47+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
4348
- PHP_VER: 7.3.33
4449
TS: 0
4550
CRT: vc15
51+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
4652
- PHP_VER: 7.2.34
4753
TS: 1
4854
CRT: vc15
55+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
4956
- PHP_VER: 7.2.34
5057
TS: 0
5158
CRT: vc15
59+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
5260

5361
services:
5462
- mongodb

0 commit comments

Comments
 (0)