Skip to content

Commit

Permalink
fix: try earlier version for oauth cb detection
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-freddysart committed Jan 3, 2024
1 parent 0cf66ef commit 53b7a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/conf_callbacks.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
RdKafka\Conf
--SKIPIF--
<?php
(RD_KAFKA_VERSION >= 0x090000 && RD_KAFKA_VERSION < 0x020300ff) || die("skip librdkafka too old");
(RD_KAFKA_VERSION >= 0x090000 && RD_KAFKA_VERSION < 0x010700ff) || die("skip librdkafka too old");
--FILE--
<?php

Expand Down
2 changes: 1 addition & 1 deletion tests/conf_callbacks_rdkafka23.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
RdKafka\Conf
--SKIPIF--
<?php
RD_KAFKA_VERSION >= 0x020300ff || die("skip librdkafka too old");
RD_KAFKA_VERSION >= 0x010700ff || die("skip librdkafka too old");
--FILE--
<?php

Expand Down

0 comments on commit 53b7a40

Please sign in to comment.