From 7c2379387fe74dd65ef91f4051a76c54cf5b7fb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jun 2023 02:43:38 +0000 Subject: [PATCH] Bump overtrue/phplint from 6.0.0 to 9.0.4 Bumps [overtrue/phplint](https://github.com/overtrue/phplint) from 6.0.0 to 9.0.4. - [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/6.0.0...9.0.4) --- updated-dependencies: - dependency-name: overtrue/phplint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3368dd7..fe168b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: DATABASE_TEST_URL: sqlite://./testdb.sqlite - name: Check PHP syntax errors - uses: overtrue/phplint@6.0.0 + uses: overtrue/phplint@9.0.4 coding-standard: