File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 26
26
- run : php ./bin/fix-symfony-version.php "5.2.*"
27
27
28
28
- uses : " ramsey/composer-install@v1"
29
+
29
30
- run : sed -i 's/525568/16777471/' vendor/kwn/php-rdkafka-stubs/stubs/constants.php
30
31
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
53
- run : php ./bin/fix-symfony-version.php "5.2.*"
53
54
54
55
- uses : " ramsey/composer-install@v1"
56
+
55
57
- run : sed -i 's/525568/16777471/' vendor/kwn/php-rdkafka-stubs/stubs/constants.php
56
58
57
59
- run : ./bin/php-cs-fixer fix --config=.php_cs.php --no-interaction --dry-run --diff -v --path-mode=intersection -- ${{ env.GIT_DIFF_FILTERED }}
You can’t perform that action at this time.
0 commit comments