From e6091670af580a6dd5272a3e96833e41e5fa9c27 Mon Sep 17 00:00:00 2001 From: Jonathan LELIEVRE Date: Mon, 25 Nov 2024 13:44:58 +0100 Subject: [PATCH] Add PHP 8.4 syntax check --- .github/workflows/php.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 650a91e..bc21dce 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -21,6 +21,9 @@ jobs: - name: PHP syntax checker 8.3 uses: prestashop/github-action-php-lint/8.3@master + - name: PHP syntax checker 8.4 + uses: prestashop/github-action-php-lint/8.4@master + # Check the PHP code follow the coding standards php-cs-fixer: name: PHP-CS-Fixer