Skip to content

Commit 6dc362b

Browse files
committed
use composite action
1 parent 2aaa392 commit 6dc362b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -236,15 +236,10 @@ jobs:
236236
- name: "Checkout"
237237
uses: actions/checkout@v5
238238

239-
- name: "Install PHP"
240-
uses: "shivammathur/setup-php@v2"
239+
- uses: ./build-infection/.github/actions/setup-php
241240
with:
242-
coverage: "pcov"
243241
php-version: "${{ matrix.php-version }}"
244-
tools: pecl, infection:0.31.7
245242
extensions: mbstring
246-
ini-file: development
247-
ini-values: memory_limit=-1
248243

249244
- name: "Install dependencies"
250245
run: "composer install --no-interaction --no-progress"

0 commit comments

Comments
 (0)