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: