File tree Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 1+ name : ' Setup PHP with Infection'
2+ description : ' Setup PHP with Infection'
3+ inputs :
4+ php-version :
5+ description : ' PHP version'
6+ required : true
7+ php-extensions :
8+ description : ' PHP extensions'
9+ required : false
10+ default : ' '
11+ runs :
12+ using : " composite"
13+ steps :
14+ - name : " Install PHP"
15+ uses : " shivammathur/setup-php@v2"
16+ with :
17+ coverage : " pcov"
18+ php-version : " ${{ inputs.php-version }}"
19+ ini-file : development
20+ extensions : ${{ inputs.php-extensions }}
21+ tools : infection:0.31.7
Original file line number Diff line number Diff line change 4646 with :
4747 path : " build-infection"
4848
49- - name : " Install PHP"
50- uses : " shivammathur/setup-php@v2"
49+ - uses : ./build-infection/.github/actions/setup-php
5150 with :
52- coverage : " pcov"
5351 php-version : " 8.3"
54- tools : " infection:0.31.7"
5552
5653 - name : " Install build-infection dependencies"
5754 working-directory : " build-infection"
You can’t perform that action at this time.
0 commit comments