Skip to content

Commit b015182

Browse files
committed
Fix test extension github action
1 parent dbc87c8 commit b015182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-extension-compatibility.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
restore-keys: ${{ runner.os }}-${{ matrix.php }}-composer-
112112
- name: Install dependencies
113113
run: |
114-
composer update --prefer-dist --prefer-stable --no-interaction
114+
composer update --prefer-dist --prefer-stable --no-interaction --ignore-platform-req=ext-rdkafka
115115
- name: Install dependencies for test-extension
116116
run: |
117117
composer update --prefer-dist --prefer-stable --no-interaction -d resources/test-extension

0 commit comments

Comments
 (0)