Skip to content

PHPC-2027: Add PHP 8.1 to AppVeyor and bump older versions #1290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,32 @@ environment:
CONFIGURE_OPTS: --enable-mongodb --with-mongodb-sasl=yes --with-mongodb-client-side-encryption=yes

matrix:
- PHP_VER: 8.0.12
- PHP_VER: 8.1.1
TS: 1
CRT: vs16
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- PHP_VER: 8.0.12
- PHP_VER: 8.1.1
TS: 0
CRT: vs16
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- PHP_VER: 7.4.25
- PHP_VER: 8.0.14
TS: 1
CRT: vs16
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- PHP_VER: 8.0.14
TS: 0
CRT: vs16
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- PHP_VER: 7.4.27
TS: 1
CRT: vc15
- PHP_VER: 7.4.25
- PHP_VER: 7.4.27
TS: 0
CRT: vc15
- PHP_VER: 7.3.32
- PHP_VER: 7.3.33
TS: 1
CRT: vc15
- PHP_VER: 7.3.32
- PHP_VER: 7.3.33
TS: 0
CRT: vc15
- PHP_VER: 7.2.34
Expand Down
3 changes: 1 addition & 2 deletions tests/standalone/executiontimeoutexception-001.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
ExecutionTimeoutException: exceeding $maxTimeMS (queries)
--SKIPIF--
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
<?php skip_if_not_live(); ?>
<?php skip_if_not_clean(); ?>
<?php skip_if_test_commands_disabled(); ?>
<?php skip_if_not_clean(); ?>
--FILE--
<?php
require_once __DIR__ . "/../utils/basic.inc";
Expand Down
2 changes: 1 addition & 1 deletion tests/standalone/executiontimeoutexception-002.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ExecutionTimeoutException: exceeding maxTimeMS (commands)
--SKIPIF--
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
<?php skip_if_not_live(); ?>
<?php skip_if_not_clean(); ?>
<?php skip_if_test_commands_disabled(); ?>
<?php skip_if_not_clean(); ?>
--FILE--
<?php
require_once __DIR__ . "/../utils/basic.inc";
Expand Down