diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1956c4dc..26955f2c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: run: composer validate - name: Install system dependencies - run: sudo apt-get install -y postgres-client + run: sudo apt-get install -y postgresql-client - name: Install PHP dependencies run: composer install --prefer-dist --no-progress --no-suggest