Skip to content

Commit 71c0d1d

Browse files
committed
wip
1 parent 2b283f0 commit 71c0d1d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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",

0 commit comments

Comments
 (0)