Skip to content

Commit 3c41a31

Browse files
authored
Bump PHP versions tested by AppVeyor (#1230)
1 parent 6929bcb commit 3c41a31

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.appveyor.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,24 @@ environment:
1515
CONFIGURE_OPTS: --enable-mongodb --with-mongodb-sasl=yes --with-mongodb-client-side-encryption=yes
1616

1717
matrix:
18-
- PHP_VER: 8.0.0rc2
18+
- PHP_VER: 8.0.7
1919
TS: 1
2020
CRT: vs16
2121
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
22-
- PHP_VER: 7.4.4
22+
- PHP_VER: 8.0.7
23+
TS: 0
24+
CRT: vs16
25+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
26+
- PHP_VER: 7.4.20
2327
TS: 1
2428
CRT: vc15
25-
- PHP_VER: 7.4.4
29+
- PHP_VER: 7.4.20
2630
TS: 0
2731
CRT: vc15
28-
- PHP_VER: 7.3.16
32+
- PHP_VER: 7.3.28
2933
TS: 1
3034
CRT: vc15
31-
- PHP_VER: 7.3.16
35+
- PHP_VER: 7.3.28
3236
TS: 0
3337
CRT: vc15
3438
- PHP_VER: 7.2.29

0 commit comments

Comments
 (0)