diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 44bb0bd2..c8fd8bd1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Checking PHP syntax error - uses: overtrue/phplint@9.5 + uses: overtrue/phplint@10.0 with: path: . options: --exclude=*.log