File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838 key : php-${{ matrix.php }}-composer-locked-${{ hashFiles('composer.lock') }} 
3939 restore-keys : php-${{ matrix.php }}-composer-locked- 
4040 - name : Install PHP dependencies 
41-  run : composer update ${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-progress --no-suggest  
41+  run : composer update ${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-progress 
4242 - name : PHPUnit 
4343 run : vendor/bin/phpunit 
4444
6161 key : php-composer-locked-${{ hashFiles('composer.lock') }} 
6262 restore-keys : php-composer-locked- 
6363 - name : Install PHP dependencies 
64-  run : composer install --no-interaction --no-progress --no-suggest  
64+  run : composer install --no-interaction --no-progress 
6565 - name : PHP CS Fixer 
6666 run : vendor/bin/php-cs-fixer fix --dry-run --format=checkstyle | cs2pr 
6767
8383 key : php-composer-locked-${{ hashFiles('composer.lock') }} 
8484 restore-keys : php-composer-locked- 
8585 - name : Install PHP dependencies 
86-  run : composer install --no-interaction --no-progress --no-suggest  
86+  run : composer install --no-interaction --no-progress 
8787 - name : Psalm 
8888 run : vendor/bin/psalm --output-format=github 
                         You can’t perform that action at this time. 
           
                  
0 commit comments