File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 uses : shivammathur/setup-php@v2
6464 with :
6565 php-version : ${{ matrix.php-version }}
66-
67- - name : Get Composer cache directory
68- id : composer-cache
69- run : echo "::set-output name=dir::$(composer config cache-dir)"
70-
71- - name : Cache dependencies
72- uses : actions/cache@v2
73- with :
74- path : ${{ steps.composer-cache.outputs.dir }}
75- key : composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.*') }}-${{ matrix.composer-flags }}
76- restore-keys : |
77- composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.*') }}-
78- composer-${{ runner.os }}-${{ matrix.php-version }}-
79- composer-${{ runner.os }}-
80- composer-
66+ coverage : none
67+ tools : composer:v2
8168
8269 - name : Install dependencies
8370 uses : nick-invision/retry@v2
Original file line number Diff line number Diff line change 99 },
1010 "require-dev" : {
1111 "phpunit/phpunit" : " ^9.5" ,
12- "friendsofphp/php-cs-fixer" : " ^2.18 "
12+ "friendsofphp/php-cs-fixer" : " ^2.19 "
1313 },
1414 "authors" : [
1515 {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
33<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : noNamespaceSchemaLocation =" http://schema. phpunit.de/9.5 /phpunit.xsd"
4+ xsi : noNamespaceSchemaLocation =" vendor/ phpunit/phpunit /phpunit.xsd"
55 beStrictAboutTestsThatDoNotTestAnything =" false"
66 colors =" true"
77 bootstrap =" vendor/autoload.php"
You can’t perform that action at this time.
0 commit comments