Skip to content

Commit 9f2d4a2

Browse files
authored
Merge pull request #157 from MedicalMundi/upd-ecotone
Composer: update ecotone to v1.247.0.
2 parents 42f756a + 5943232 commit 9f2d4a2

3 files changed

Lines changed: 174 additions & 259 deletions

File tree

.github/workflows/commit-stage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,15 +204,15 @@ jobs:
204204
if: ${{ !matrix.generate-coverage-report }}
205205
run: |
206206
vendor/bin/phpunit --testsuite=unit --testdox --colors=always
207-
continue-on-error: ${{ matrix.experimental }}
207+
continue-on-error: ${{ matrix.is-php-experimental }}
208208

209209
- name: Run unit tests WITH COVERAGE
210210
if: ${{ matrix.generate-coverage-report }}
211211
run: |
212212
vendor/bin/phpunit --testsuite=unit --testdox --colors=always \
213213
--coverage-clover ${{ vars.UNIT_TEST_CLOVER_FILENAME }} \
214214
--testdox-text ${{ vars.UNIT_TEST_DOC_FILENAME }}
215-
continue-on-error: ${{ matrix.experimental }}
215+
continue-on-error: ${{ matrix.is-php-experimental }}
216216

217217
- name: Get Coverage artifact name
218218
if: ${{ matrix.generate-coverage-report }}

0 commit comments

Comments
 (0)