fix composer test on PHP 8

pull/806/head
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
1 changed files with 1 additions and 1 deletions

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: