Skip to content

Commit 4423c45

Browse files
committed
CI: better composer install step
1 parent 1942765 commit 4423c45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- run: php ./bin/fix-symfony-version.php "5.2.*"
2727

2828
- uses: "ramsey/composer-install@v1"
29+
2930
- run: sed -i 's/525568/16777471/' vendor/kwn/php-rdkafka-stubs/stubs/constants.php
3031

3132
- run: docker run --workdir="/mqdev" -v "`pwd`:/mqdev" --rm enqueue/dev:latest php -d memory_limit=1024M bin/phpstan analyse -l 1 -c phpstan.neon --error-format=github -- ${{ env.GIT_DIFF_FILTERED }}
@@ -52,6 +53,7 @@ jobs:
5253
- run: php ./bin/fix-symfony-version.php "5.2.*"
5354

5455
- uses: "ramsey/composer-install@v1"
56+
5557
- run: sed -i 's/525568/16777471/' vendor/kwn/php-rdkafka-stubs/stubs/constants.php
5658

5759
- run: ./bin/php-cs-fixer fix --config=.php_cs.php --no-interaction --dry-run --diff -v --path-mode=intersection -- ${{ env.GIT_DIFF_FILTERED }}

0 commit comments

Comments
 (0)