Skip to content

Commit a1b3370

Browse files
committed
Update platform-test.yml
1 parent 58f781b commit a1b3370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/platform-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: vendor/bin/phpunit --group=platform
6767

6868
- name: "Install Coverage driver"
69-
if: matrix.php-version == '8.2' || matrix.php-version == '8.3' || matrix.php-version == '8.4'
69+
if: matrix.update-packages != '' && (matrix.php-version == '8.2' || matrix.php-version == '8.3' || matrix.php-version == '8.4')
7070
uses: "shivammathur/setup-php@v2"
7171
with:
7272
coverage: "pcov"
@@ -75,7 +75,7 @@ jobs:
7575
extensions: pdo, mysqli, pgsql, pdo_mysql, pdo_pgsql, pdo_sqlite, mongodb
7676

7777
- name: "Run infection"
78-
if: matrix.php-version == '8.2' || matrix.php-version == '8.3' || matrix.php-version == '8.4'
78+
if: matrix.update-packages != '' && (matrix.php-version == '8.2' || matrix.php-version == '8.3' || matrix.php-version == '8.4')
7979
run: make infection
8080
#run: vendor/bin/infection --git-diff-filter=AM
8181

0 commit comments

Comments
 (0)