diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a5a9a8..28bbe13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: php-version: '8.1' tools: 'composer:v2' - - name: 'Install dependencies' + - name: 'Install the dependencies' run: | composer install --no-interaction --no-progress --ansi