File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 23
23
extensions : mongodb, redis, :xdebug
24
24
ini-values : memory_limit=2048M
25
25
26
- - run : php ./bin/fix-symfony-version.php "4.3 .*"
26
+ - run : php ./bin/fix-symfony-version.php "5.2 .*"
27
27
28
28
- uses : " ramsey/composer-install@v1"
29
-
30
29
- run : sed -i 's/525568/16777471/' vendor/kwn/php-rdkafka-stubs/stubs/constants.php
31
30
32
31
- 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 }}
50
49
extensions : mongodb, redis, :xdebug
51
50
ini-values : memory_limit=2048M
52
51
53
- - run : php ./bin/fix-symfony-version.php "4.3 .*"
52
+ - run : php ./bin/fix-symfony-version.php "5.2 .*"
54
53
55
54
- uses : " ramsey/composer-install@v1"
56
-
57
55
- run : sed -i 's/525568/16777471/' vendor/kwn/php-rdkafka-stubs/stubs/constants.php
58
56
59
57
- run : ./bin/php-cs-fixer fix --config=.php_cs.php --no-interaction --dry-run --diff -v --path-mode=intersection -- ${{ env.GIT_DIFF_FILTERED }}
@@ -102,6 +100,12 @@ jobs:
102
100
functional_tests : false
103
101
rdkafka_tests : false
104
102
prepare_container : false
103
+ - php : 7.4
104
+ symfony_version : 5.2.*
105
+ unit_tests : true
106
+ functional_tests : false
107
+ rdkafka_tests : false
108
+ prepare_container : false
105
109
- php : 7.3 # same as in the container
106
110
symfony_version : 4.3.*
107
111
unit_tests : false
You can’t perform that action at this time.
0 commit comments