From dc0ae7583342cc9a7250515028d4a51e76e9f9d2 Mon Sep 17 00:00:00 2001 From: Simon L Date: Sat, 27 May 2023 10:05:57 +0200 Subject: [PATCH] fix workflow-update Signed-off-by: Simon L --- .github/workflows/lint-php.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml index 46310200..adcea581 100644 --- a/.github/workflows/lint-php.yml +++ b/.github/workflows/lint-php.yml @@ -10,8 +10,6 @@ on: push: branches: - main - - master - - stable* permissions: contents: read @@ -25,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: [ "8.0", "8.1", "8.2" ] + php-versions: [ "8.2" ] name: php-lint @@ -43,7 +41,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Lint - run: composer run lint + run: cd php && composer run lint summary: permissions: