File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -267,12 +267,3 @@ jobs:
267
267
KAFKA_BROKER : 127.0.0.1:9092
268
268
POSTGRES_HOST : localhost
269
269
PGBOUNCER_HOST : localhost:6432
270
-
271
- # - name: Run HTTP push tests
272
- # if: matrix.php == '8.2'
273
- # run: |
274
- # [ -d .phpunit ] && mv .phpunit .phpunit.bak
275
- # wget -q https://github.com/symfony/binary-utils/releases/download/v0.1/vulcain_0.1.3_Linux_x86_64.tar.gz -O - | tar xz && mv vulcain /usr/local/bin
276
- # docker run --rm -e COMPOSER_ROOT_VERSION -v $(pwd):/app -v $(which composer):/usr/local/bin/composer -v $(which vulcain):/usr/local/bin/vulcain -w /app php:8.1-alpine ./phpunit src/Symfony/Component/HttpClient/Tests/CurlHttpClientTest.php --filter testHttp2Push
277
- # sudo rm -rf .phpunit
278
- # [ -d .phpunit.bak ] && mv .phpunit.bak .phpunit
You can’t perform that action at this time.
0 commit comments