diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8fcee775..d7087305 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.1 + uses: overtrue/phplint@9.3 with: path: . options: --exclude=*.log