From d42383d56ea4b068854f645169d8880c40a6493a Mon Sep 17 00:00:00 2001 From: Naxvog Date: Tue, 1 Oct 2024 21:28:42 +0200 Subject: [PATCH] Testing gh composer workflow --- .github/workflows/static.yml | 3 +++ 1 file changed, 3 insertions(+) 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