From 30818f795f6b5216f23049501799e5c9cbfdcef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:54:26 +0000 Subject: [PATCH] Bump overtrue/phplint from 9.5 to 10.0 Bumps [overtrue/phplint](https://github.com/overtrue/phplint) from 9.5 to 10.0. - [Release notes](https://github.com/overtrue/phplint/releases) - [Changelog](https://github.com/overtrue/phplint/blob/main/CHANGELOG.md) - [Commits](https://github.com/overtrue/phplint/compare/9.5...10.0) --- updated-dependencies: - dependency-name: overtrue/phplint dependency-version: '10.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 634b912..12fb9f3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: tools: composer:v2, supportpal/language-tools - name: PHP Syntax Check - uses: overtrue/phplint@9.5 + uses: overtrue/phplint@10.0 with: path: . options: --exclude=vendor