From 53b7a40bfbb9dfca523ba6b1d500db3c2775ae53 Mon Sep 17 00:00:00 2001 From: Fred Dysart Date: Wed, 3 Jan 2024 15:14:53 -0500 Subject: [PATCH] fix: try earlier version for oauth cb detection --- tests/conf_callbacks.phpt | 2 +- tests/conf_callbacks_rdkafka23.phpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/conf_callbacks.phpt b/tests/conf_callbacks.phpt index 1e1871bd..38713e9c 100644 --- a/tests/conf_callbacks.phpt +++ b/tests/conf_callbacks.phpt @@ -2,7 +2,7 @@ RdKafka\Conf --SKIPIF-- = 0x090000 && RD_KAFKA_VERSION < 0x020300ff) || die("skip librdkafka too old"); +(RD_KAFKA_VERSION >= 0x090000 && RD_KAFKA_VERSION < 0x010700ff) || die("skip librdkafka too old"); --FILE-- = 0x020300ff || die("skip librdkafka too old"); +RD_KAFKA_VERSION >= 0x010700ff || die("skip librdkafka too old"); --FILE--