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 2222 - name : Setup PHP
2323 uses : shivammathur/setup-php@v2
2424 with :
25- php-version : ' 8.2 '
25+ php-version : ' 8.3 '
2626
2727 - name : Install dependencies
2828 uses : ramsey/composer-install@v3
Original file line number Diff line number Diff line change 8989 run : composer require --dev phpunit/phpunit ^9.3.9 --no-update
9090 if : matrix.php == '8.0' && matrix.dependencies == 'lowest'
9191
92+ # These dependencies are not used running the tests but can cause deprecation warnings so we remove them before running the tests
93+ - name : Remove unused dependencies
94+ run : composer remove vimeo/psalm phpstan/phpstan friendsofphp/php-cs-fixer --dev --no-interaction --no-update
95+
9296 - name : Install dependencies
9397 uses : ramsey/composer-install@v3
9498 with :
You can’t perform that action at this time.
0 commit comments