We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1942765 commit 4423c45Copy full SHA for 4423c45
1 file changed
.github/workflows/ci.yml
@@ -26,6 +26,7 @@ jobs:
26
- run: php ./bin/fix-symfony-version.php "5.2.*"
27
28
- uses: "ramsey/composer-install@v1"
29
+
30
- run: sed -i 's/525568/16777471/' vendor/kwn/php-rdkafka-stubs/stubs/constants.php
31
32
- 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:
52
53
54
55
56
57
58
59
- 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