Skip to content

Commit 4417c68

Browse files
authored
Discard changes to .github/workflows/platform-test.yml
1 parent c99efd1 commit 4417c68

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/platform-test.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- "8.4"
2929
update-packages:
3030
- ""
31-
3231
include:
3332
- php-version: "8.1"
3433
update-packages: doctrine/orm:^3.0 doctrine/dbal:^4.0 carbonphp/carbon-doctrine-types:^3 gedmo/doctrine-extensions:^3
@@ -65,20 +64,6 @@ jobs:
6564
- name: "Run platform matrix test"
6665
run: vendor/bin/phpunit --group=platform
6766

68-
- name: "Install Coverage driver"
69-
if: matrix.update-packages == '' && (matrix.php-version == '8.2' || matrix.php-version == '8.3' || matrix.php-version == '8.4')
70-
uses: "shivammathur/setup-php@v2"
71-
with:
72-
coverage: "pcov"
73-
php-version: "${{ matrix.php-version }}"
74-
ini-file: development
75-
extensions: pdo, mysqli, pgsql, pdo_mysql, pdo_pgsql, pdo_sqlite, mongodb
76-
77-
- name: "Run infection"
78-
if: matrix.update-packages == '' && (matrix.php-version == '8.2' || matrix.php-version == '8.3' || matrix.php-version == '8.4')
79-
run: make infection
80-
#run: vendor/bin/infection --git-diff-filter=AM
81-
8267
services:
8368
postgres:
8469
image: "postgres:latest"

0 commit comments

Comments
 (0)