Skip to content

Commit

Permalink
Add PHP 8.4 syntax check
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Nov 25, 2024
1 parent 1ad331f commit e609167
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e609167

Please sign in to comment.