File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 name : PHP ${{ matrix.php-versions }} tests
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v6
13+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1414
1515 - name : Setup PHP
16- uses : shivammathur/setup-php@v2
16+ uses : shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2
1717 with :
1818 php-version : ${{ matrix.php-versions }}
1919 tools : cs2pr
2323 run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
2424
2525 - name : Cache dependencies
26- uses : actions/cache@v4
26+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2727 with :
2828 path : ${{ steps.composer-cache.outputs.dir }}
2929 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 3838 "php" : " 8.2 - 8.5"
3939 },
4040 "require-dev" : {
41- "phpstan/phpstan" : " 2.1.32 " ,
41+ "phpstan/phpstan" : " 2.1.33 " ,
4242 "phpunit/phpunit" : " 11.5.44" ,
4343 "squizlabs/php_codesniffer" : " 4.0.1" ,
44- "friendsofphp/php-cs-fixer" : " ^3.65 "
44+ "friendsofphp/php-cs-fixer" : " 3.92.0 "
4545 }
4646}
You can’t perform that action at this time.
0 commit comments