From 1680eff81bf8ef1428696c3748315bd10c7f5eba Mon Sep 17 00:00:00 2001 From: Chris Bateman Date: Fri, 2 Feb 2024 11:14:49 +1100 Subject: [PATCH] Update ci.yml Update overtrue/phplint to max v5 version --- .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 1b18944..b242961 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: overtrue/phplint@5.3.0 + - uses: overtrue/phplint@5.5.0 php-codesniffer74: name: PHP CS 7.4 runs-on: ubuntu-latest