File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,10 @@ jobs:
153153 - name : Setup Problem Matchers for PHPUnit
154154 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
155155
156+ # These dependencies are not used running the tests but can cause deprecation warnings so we remove them before running the tests
157+ - name : Remove unused dependencies
158+ run : composer remove vimeo/psalm phpstan/phpstan friendsofphp/php-cs-fixer --dev --no-interaction --no-update
159+
156160 - name : Remove optional packages
157161 run : composer remove doctrine/dbal doctrine/doctrine-bundle symfony/messenger symfony/twig-bundle symfony/cache symfony/http-client --dev --no-update
158162
Original file line number Diff line number Diff line change 1717 "php" : " ^7.2||^8.0" ,
1818 "guzzlehttp/psr7" : " ^2.1.1" ,
1919 "jean85/pretty-package-versions" : " ^1.5||^2.0" ,
20- "sentry/sentry" : " 4.18" ,
20+ "sentry/sentry" : " ^ 4.18" ,
2121 "symfony/cache-contracts" : " ^1.1||^2.4||^3.0" ,
2222 "symfony/config" : " ^4.4.20||^5.0.11||^6.0||^7.0||^8.0" ,
2323 "symfony/console" : " ^4.4.20||^5.0.11||^6.0||^7.0||^8.0" ,
You can’t perform that action at this time.
0 commit comments