From 4e82f695da0ea76d0c8ea4a356d867cce9bff84d Mon Sep 17 00:00:00 2001 From: sualko Date: Wed, 26 Oct 2022 20:35:01 +0200 Subject: [PATCH] ci: replace deprecated package --- .github/workflows/php-test.yml | 2 +- .github/workflows/static.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php-test.yml b/.github/workflows/php-test.yml index e1849ed..df58b1c 100644 --- a/.github/workflows/php-test.yml +++ b/.github/workflows/php-test.yml @@ -37,7 +37,7 @@ jobs: path: nextcloud/apps/bbb - name: Update test stub working-directory: nextcloud/apps/bbb - run: composer update friendsofphp/php-cs-fixer christophwurst/nextcloud -W + run: composer update friendsofphp/php-cs-fixer nextcloud/ocp -W - name: Install dependencies working-directory: nextcloud/apps/bbb run: composer install diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 3220eaf..7be4899 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: composer i - name: Install dependencies - run: composer require --dev christophwurst/nextcloud:${{ matrix.ocp-version }} + run: composer require --dev nextcloud/ocp:${{ matrix.ocp-version }} - name: Run coding standards check run: composer run psalm