We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65498e3 + 293817d commit e8a1cfcCopy full SHA for e8a1cfc
pkg/rdkafka/.github/workflows/ci.yml
@@ -22,8 +22,10 @@ jobs:
22
php-version: ${{ matrix.php }}
23
coverage: none
24
25
- - run: php Tests/fix_composer_json.php
26
-
27
- uses: "ramsey/composer-install@v1"
+ with: # ext-rdkafka not needed for tests, and a pain to install on CI;
+ 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
pkg/rdkafka/Tests/fix_composer_json.php
0 commit comments