From c789b7e5db4395d3bb8620163482ed594d59591f Mon Sep 17 00:00:00 2001 From: szaimen Date: Mon, 17 Oct 2022 16:30:38 +0200 Subject: [PATCH] fix lint Signed-off-by: szaimen --- .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 62476c90..730d2aa4 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: ["7.4", "8.0", "8.1"] + php-versions: ["8.0"] name: php-lint @@ -40,7 +38,7 @@ jobs: coverage: none - name: Lint - run: composer run lint + run: cd php && composer run lint summary: permissions: