From c011432888da0a0ca79bd94aeb64688f363c09d4 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Sat, 15 Aug 2026 09:47:02 +0200 Subject: [PATCH] Fix path, set phpstan level to 6 --- .github/workflows/ci-linux.yml | 4 ++-- phpstan.neon | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 42aa685..535c46a 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -25,7 +25,7 @@ jobs: - id: gen uses: galette/.github/actions/matrix-generator@main with: - all-jobs: ${{ github.event_name != 'pull_request' && github.repository == 'galette/galette-paypal' && (github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')) }} + all-jobs: ${{ github.event_name != 'pull_request' && github.repository == 'galette/plugin-paypal' && (github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')) }} setup-lint-matrix: runs-on: ubuntu-latest @@ -37,7 +37,7 @@ jobs: uses: galette/.github/actions/matrix-generator@main with: target: lint - all-jobs: ${{ github.event_name != 'pull_request' && github.repository == 'galette/galette-paypal' && (github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')) }} + all-jobs: ${{ github.event_name != 'pull_request' && github.repository == 'galette/plugin-paypal' && (github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')) }} lint: runs-on: ubuntu-latest diff --git a/phpstan.neon b/phpstan.neon index 9817277..299cd45 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,7 +1,7 @@ parameters: parallel: maximumNumberOfProcesses: 2 - level: 5 + level: 6 paths: - lib/ scanFiles: