Remove ignore platform requirements

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-02-08 17:55:16 +01:00
parent 5590abe132
commit 6fda5345d6
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -36,11 +36,7 @@ jobs:
path: ~/.composer/cache/
key: composer-cache
- name: Install dependencies
if: ${{ matrix.php-version != '8.0' }}
run: composer install --no-interaction
- name: Install dependencies for php 8.0
if: ${{ matrix.php-version == '8.0' }}
run: composer install --no-interaction --ignore-platform-reqs
- name: Run php tests
run: composer run phpunit -- --exclude-group selenium
- name: Send coverage