fix composer test on PHP 8

This commit is contained in:
El RIDO 2021-05-30 09:17:23 +02:00
parent d355bb87e3
commit 33587d54e4
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: composer install --prefer-dist --no-suggest
run: composer install --prefer-dist --no-dev
- name: Install Google Cloud Storage
run: composer require google/cloud-storage
PHPunit: