This commit is contained in:
Shish 2019-11-21 17:35:41 +00:00
parent 417f16079b
commit dde38ce403

View File

@ -29,7 +29,7 @@ jobs:
run: composer validate run: composer validate
- name: Install system dependencies - name: Install system dependencies
run: sudo apt-get install -y postgres-client run: sudo apt-get install -y postgresql-client
- name: Install PHP dependencies - name: Install PHP dependencies
run: composer install --prefer-dist --no-progress --no-suggest run: composer install --prefer-dist --no-progress --no-suggest