mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
fix composer test on PHP 8
This commit is contained in:
parent
d355bb87e3
commit
33587d54e4
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
- name: Validate composer.json and composer.lock
|
- name: Validate composer.json and composer.lock
|
||||||
run: composer validate
|
run: composer validate
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: composer install --prefer-dist --no-suggest
|
run: composer install --prefer-dist --no-dev
|
||||||
- name: Install Google Cloud Storage
|
- name: Install Google Cloud Storage
|
||||||
run: composer require google/cloud-storage
|
run: composer require google/cloud-storage
|
||||||
PHPunit:
|
PHPunit:
|
||||||
|
Loading…
Reference in New Issue
Block a user