Skip to content

Commit 8883671

Browse files
committed
new guzzle 7 version requires PHP 8.1
1 parent c5a5330 commit 8883671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/external/guzzle7/skipif.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
require_once(realpath(dirname(__FILE__)) . '/../../../include/unpack_guzzle.php');
88

9-
if (version_compare(phpversion(), '7.2.5', '<')) {
10-
die("skip: PHP >= 7.2.5 required\n");
9+
if (version_compare(phpversion(), '8.1', '<')) {
10+
die("skip: PHP >= 8.1 required\n");
1111
}
1212

1313
/*

0 commit comments

Comments
 (0)