We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555d740 commit 59b04beCopy full SHA for 59b04be
.github/workflows/ci.yml
@@ -26,4 +26,6 @@ jobs:
26
with: # ext-rdkafka not needed for tests, and a pain to install on CI;
27
composer-options: "--ignore-platform-req=ext-rdkafka"
28
29
+ - run: sed -i 's/525568/16777471/' vendor/kwn/php-rdkafka-stubs/stubs/constants.php
30
+
31
- run: vendor/bin/phpunit --exclude-group=functional
Tests/bootstrap.php
@@ -12,8 +12,5 @@
12
}
13
14
15
-// Pretend that a high version was installed, opposed to 0.8.5 from kwn/php-rdkafka-stubs
16
-const RD_KAFKA_VERSION = 42424242;
17
-
18
include_once $kafkaStubsDir.'/stubs/constants.php';
19
include_once $kafkaStubsDir.'/stubs/functions.php';
0 commit comments