workaround

This commit is contained in:
El RIDO 2021-01-05 19:19:05 +01:00
parent 2d6d0252cf
commit 73e44e1aa8
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

View File

@ -10,7 +10,7 @@ jobs:
- name: Validate composer.json and composer.lock
run: composer validate
- name: Install dependencies
run: /usr/bin/php7.4 composer install --prefer-dist --no-suggest
run: /usr/bin/php7.4 $(which composer) install --prefer-dist --no-suggest
PHPunit:
runs-on: ubuntu-latest
strategy: