We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aaa392 commit 6dc362bCopy full SHA for 6dc362b
1 file changed
.github/workflows/build.yml
@@ -236,15 +236,10 @@ jobs:
236
- name: "Checkout"
237
uses: actions/checkout@v5
238
239
- - name: "Install PHP"
240
- uses: "shivammathur/setup-php@v2"
+ - uses: ./build-infection/.github/actions/setup-php
241
with:
242
- coverage: "pcov"
243
php-version: "${{ matrix.php-version }}"
244
- tools: pecl, infection:0.31.7
245
extensions: mbstring
246
- ini-file: development
247
- ini-values: memory_limit=-1
248
249
- name: "Install dependencies"
250
run: "composer install --no-interaction --no-progress"
0 commit comments