Remove ignore platform requirements
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
5590abe132
commit
6fda5345d6
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user