From 23195b7faa5259653215a237652d87589df2d16c 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 | 4 ++++ composer.json | 3 +++ 2 files changed, 7 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 2d579cc..308109d 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -22,6 +22,10 @@ jobs: tools: composer:v2 coverage: none + - name: Modify Dependencies + run: | + sed -i 's/\("name": "pestphp\/pest-plugin-arch\)"/\1-dev"/' composer.json + - name: Install Dependencies run: composer update --prefer-stable --no-interaction --no-progress --ansi diff --git a/composer.json b/composer.json index 94f5740..db32314 100644 --- a/composer.json +++ b/composer.json @@ -39,6 +39,9 @@ "pestphp/pest": "^3.0.0", "pestphp/pest-dev-tools": "^3.0.0" }, + "replace": { + "pestphp/pest-plugin-arch": "*" + }, "minimum-stability": "dev", "prefer-stable": true, "config": {