Skip to content

Commit b03e05b

Browse files
committed
2 parents f433a65 + 6a24e92 commit b03e05b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616

17+
- name: Setup PHP with Xdebug 2.x
18+
uses: shivammathur/setup-php@v2
19+
with:
20+
php-version: '7.4'
21+
coverage: xdebug2
22+
1723
- name: Validate composer.json and composer.lock
1824
run: composer validate
1925

@@ -28,7 +34,7 @@ jobs:
2834
2935
- name: Install dependencies
3036
if: steps.composer-cache.outputs.cache-hit != 'true'
31-
run: composer install --prefer-dist --no-progress --no-suggest
37+
run: composer install --prefer-dist --no-progress --no-suggest --ignore-platform-reqs
3238

3339
- name: Run test suite
3440
run: composer run-script test

0 commit comments

Comments
 (0)