File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,15 +31,11 @@ jobs:
3131 restore-keys : |
3232 php${{ matrix.php }}-composer-
3333
34- - name : Create auth.json
35- run : echo '${{ secrets.COMPOSER_AUTH_JSON }}' > $GITHUB_WORKSPACE/auth.json
36-
3734 - name : Composer install
35+ env :
36+ COMPOSER_AUTH : ${{ secrets.COMPOSER_AUTH_JSON }}
3837 run : composer install --no-interaction --prefer-dist
3938
40- - name : Remove auth.json
41- run : rm -f $GITHUB_WORKSPACE/auth.json
42-
4339 - name : PHPUnit
4440 run : vendor/bin/phpunit -c phpunit.xml.dist Test --no-interaction
4541
Original file line number Diff line number Diff line change 1717 "symfony/stopwatch" : " ^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
1818 },
1919 "require-dev" : {
20- "bitexpert/phpstan-magento" : " ^0.30 .0" ,
20+ "bitexpert/phpstan-magento" : " ^0.31 .0" ,
2121 "dealerdirect/phpcodesniffer-composer-installer" : " ^0.7.1" ,
2222 "magento/magento-coding-standard" : " *" ,
2323 "phpcompatibility/php-compatibility" : " ^9.3" ,
2424 "phpmd/phpmd" : " ^2.9.1" ,
25- "phpstan/phpstan" : " ~1.10.0 " ,
26- "phpunit/phpunit" : " ~9.5.0 " ,
25+ "phpstan/phpstan" : " ^1.11 " ,
26+ "phpunit/phpunit" : " ^9.6.33 " ,
2727 "sebastian/phpcpd" : " ^6.0.3" ,
2828 "slevomat/coding-standard" : " ~6.4.1" ,
2929 "squizlabs/php_codesniffer" : " ~3.7.2" ,
You can’t perform that action at this time.
0 commit comments