Skip to content

Commit c82abed

Browse files
committed
remove inexistent matrix key
1 parent efa0bb6 commit c82abed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test-phpunit.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
enable-coverage: ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
7272
enable-profiling: ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
7373
extra-extensions: imagick, redis, memcached
74-
extra-composer-options: ${{ matrix.composer-option }}
7574

7675
database-live-tests:
7776
name: DatabaseLive
@@ -112,7 +111,6 @@ jobs:
112111
enable-coverage: ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
113112
enable-profiling: ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
114113
extra-extensions: mysqli, oci8, pgsql, sqlsrv, sqlite3
115-
extra-composer-options: ${{ matrix.composer-option }}
116114

117115
separate-process-tests:
118116
name: SeparateProcess
@@ -138,7 +136,6 @@ jobs:
138136
enable-coverage: true # needs xdebug for assertHeaderEmitted() tests
139137
enable-profiling: ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
140138
extra-extensions: mysqli, oci8, pgsql, sqlsrv-5.10.1, sqlite3
141-
extra-composer-options: ${{ matrix.composer-option }}
142139

143140
cache-live-tests:
144141
name: CacheLive
@@ -165,7 +162,6 @@ jobs:
165162
enable-profiling: ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
166163
extra-extensions: redis, memcached, apcu
167164
extra-ini-options: apc.enable_cli=1
168-
extra-composer-options: ${{ matrix.composer-option }}
169165

170166
coveralls:
171167
name: Upload coverage results to Coveralls

0 commit comments

Comments
 (0)