Skip to content

Commit c5ae0df

Browse files
committed
Update platform-test.yml
1 parent 7cd19a6 commit c5ae0df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/platform-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +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'
6970
uses: "shivammathur/setup-php@v2"
7071
with:
7172
coverage: "pcov"
@@ -74,6 +75,7 @@ jobs:
7475
extensions: pdo, mysqli, pgsql, pdo_mysql, pdo_pgsql, pdo_sqlite, mongodb
7576

7677
- name: "Run infection"
78+
if: matrix.php-version == '8.2' || matrix.php-version == '8.3' || matrix.php-version == '8.4'
7779
run: make infection
7880
#run: vendor/bin/infection --git-diff-filter=AM
7981

0 commit comments

Comments
 (0)