File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 99 name : Check PR title
1010 runs-on : ubuntu-22.04
1111 steps :
12- -
uses :
blumilksoftware/[email protected] 12+ - uses : blumilksoftware/action-pr-title@e05fc76a1cc45b33644f1de51218be43ac121dd0 # v1.2.0
Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ jobs:
1616 php : ["8.2", "8.3"]
1717
1818 steps :
19- 19+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020
2121 - name : Setup PHP
22- uses : shivammathur/setup-php@2.31.1
22+ uses : shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33.0
2323 with :
2424 php-version : ${{ matrix.php }}
2525 coverage : none
2626
2727 - name : Cache composer dependencies
28- 28+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2929 with :
3030 path : vendor
3131 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 55 "type" : " library" ,
66 "require" : {
77 "php" : " ^8.2" ,
8- "friendsofphp/php-cs-fixer" : " ^3.70 " ,
9- "kubawerlos/php-cs-fixer-custom-fixers" : " ^3.23 "
8+ "friendsofphp/php-cs-fixer" : " ^3.75.0 " ,
9+ "kubawerlos/php-cs-fixer-custom-fixers" : " ^3.25.0 "
1010 },
1111 "require-dev" : {
12- "jetbrains/phpstorm-attributes" : " ^1.1 " ,
13- "phpunit/phpunit" : " ^11.2 " ,
14- "symfony/console" : " ^7.0 "
12+ "jetbrains/phpstorm-attributes" : " ^1.2 " ,
13+ "phpunit/phpunit" : " ^11.5.20 " ,
14+ "symfony/console" : " ^7.2.6 "
1515 },
1616 "authors" : [
1717 {
Original file line number Diff line number Diff line change 11services :
22 php :
3- image : ghcr.io/blumilksoftware/php:8.3
3+ image : ghcr.io/blumilksoftware/php:8.4@sha256:95881b08ea6dc2c908fa30a16af868bf2579a2ffbf7fcaded46556eb9ef21afb
44 container_name : blumilk-codestyle-php
55 working_dir : /application
66 user : ${CURRENT_UID:-1000}
You can’t perform that action at this time.
0 commit comments