From 12a2cd0cf5172ab4bb435b6e6fe04597ae4eb79c Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Tue, 22 Jun 2021 20:28:44 -0400 Subject: [PATCH] Bump PHP versions tested by AppVeyor --- .appveyor.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 52ca5418b..7867d85ae 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,20 +15,24 @@ environment: CONFIGURE_OPTS: --enable-mongodb --with-mongodb-sasl=yes --with-mongodb-client-side-encryption=yes matrix: - - PHP_VER: 8.0.0rc2 + - PHP_VER: 8.0.7 TS: 1 CRT: vs16 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 - - PHP_VER: 7.4.4 + - PHP_VER: 8.0.7 + TS: 0 + CRT: vs16 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 + - PHP_VER: 7.4.20 TS: 1 CRT: vc15 - - PHP_VER: 7.4.4 + - PHP_VER: 7.4.20 TS: 0 CRT: vc15 - - PHP_VER: 7.3.16 + - PHP_VER: 7.3.28 TS: 1 CRT: vc15 - - PHP_VER: 7.3.16 + - PHP_VER: 7.3.28 TS: 0 CRT: vc15 - PHP_VER: 7.2.29