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 22
22
- name : Setup PHP
23
23
uses : shivammathur/setup-php@v2
24
24
with :
25
- php-version : ' 8.2 '
25
+ php-version : ' 8.3 '
26
26
27
27
- name : Install dependencies
28
28
uses : ramsey/composer-install@v3
Original file line number Diff line number Diff line change 89
89
run : composer require --dev phpunit/phpunit ^9.3.9 --no-update
90
90
if : matrix.php == '8.0' && matrix.dependencies == 'lowest'
91
91
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
+
92
96
- name : Install dependencies
93
97
uses : ramsey/composer-install@v3
94
98
with :
You can’t perform that action at this time.
0 commit comments