Skip to content

Commit b77864d

Browse files
committed
Update platform-test.yml
1 parent f3d1ebe commit b77864d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/platform-test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,22 @@ jobs:
4949

5050
- name: "Install PHP"
5151
uses: "shivammathur/setup-php@v2"
52+
if: ${{ matrix.run-infection == '' }}
5253
with:
5354
coverage: "none"
5455
php-version: "${{ matrix.php-version }}"
5556
ini-file: development
5657
extensions: pdo, mysqli, pgsql, pdo_mysql, pdo_pgsql, pdo_sqlite, mongodb
5758

59+
- name: "Install PHP"
60+
uses: "shivammathur/setup-php@v2"
61+
if: ${{ matrix.run-infection != '' }}
62+
with:
63+
coverage: "xdebug"
64+
php-version: "${{ matrix.php-version }}"
65+
ini-file: development
66+
extensions: pdo, mysqli, pgsql, pdo_mysql, pdo_pgsql, pdo_sqlite, mongodb
67+
5868
- name: "Allow installing on PHP 8.4"
5969
if: matrix.php-version == '8.4'
6070
run: "composer config platform.php 8.3.99"

0 commit comments

Comments
 (0)