diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 2d579cc..8d74231 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -22,6 +22,9 @@ jobs: tools: composer:v2 coverage: none + - name: Modify Dependencies + run: composer require pestphp/pest-plugin-arch:dev-3.x --no-plugins --no-scripts --no-update + - name: Install Dependencies run: composer update --prefer-stable --no-interaction --no-progress --ansi