Skip to content

Commit b23e733

Browse files
committed
Run stan and cs-fixer with sf 5.2; add php 7.4 + sf 5.2 unit test job
1 parent 7c805fd commit b23e733

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ jobs:
2323
extensions: mongodb, redis, :xdebug
2424
ini-values: memory_limit=2048M
2525

26-
- run: php ./bin/fix-symfony-version.php "4.3.*"
26+
- run: php ./bin/fix-symfony-version.php "5.2.*"
2727

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

3231
- 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,10 +49,9 @@ jobs:
5049
extensions: mongodb, redis, :xdebug
5150
ini-values: memory_limit=2048M
5251

53-
- run: php ./bin/fix-symfony-version.php "4.3.*"
52+
- run: php ./bin/fix-symfony-version.php "5.2.*"
5453

5554
- uses: "ramsey/composer-install@v1"
56-
5755
- run: sed -i 's/525568/16777471/' vendor/kwn/php-rdkafka-stubs/stubs/constants.php
5856

5957
- 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:
102100
functional_tests: false
103101
rdkafka_tests: false
104102
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
105109
- php: 7.3 # same as in the container
106110
symfony_version: 4.3.*
107111
unit_tests: false

0 commit comments

Comments
 (0)