File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111 name : " Checking the package: testing and linting"
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-22 .04
1313
1414 strategy :
1515 matrix :
1616 php : ["8.2", "8.3"]
1717
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v4.2.2
2020
2121 - name : Setup PHP
22- uses : shivammathur/setup-php@v2
22+ uses : shivammathur/setup-php@2.31.1
2323 with :
2424 php-version : ${{ matrix.php }}
2525 coverage : none
2626
2727 - name : Cache composer dependencies
28- uses : actions/cache@v2
28+ uses : actions/cache@v4.2.0
2929 with :
3030 path : vendor
3131 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : "https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ "github>blumilksoftware/infrastructure//renovate/presets/default.json5" ,
5+ ] ,
6+ "additionalReviewers" : [
7+ "Blusia" , // Agnieszka Rudek
8+ ] ,
9+ }
You can’t perform that action at this time.
0 commit comments