From 75e6cdda4a1ebf07714911ffa530d0a597179870 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Sat, 13 Apr 2024 17:11:34 +0100 Subject: [PATCH] Update php-lint.yml --- .github/workflows/php-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-lint.yml b/.github/workflows/php-lint.yml index dcb333e..f37b285 100644 --- a/.github/workflows/php-lint.yml +++ b/.github/workflows/php-lint.yml @@ -22,7 +22,7 @@ jobs: - name: Setup PHP runtime uses: shivammathur/setup-php@v2 with: - php-version: 8.3 + php-version: 7.3 coverage: "none" - name: Lint PHP files