Skip to content

Commit

Permalink
Check PHP syntax for PHP 8.3 and 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Nov 29, 2024
1 parent f2f814e commit b3adaf6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: PHP tests
on: [push, pull_request]
jobs:
php-linter:
name: PHP Syntax check 7.1 => 8.2
name: PHP Syntax check
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -29,6 +29,11 @@ jobs:
- name: PHP syntax checker 8.2
uses: prestashop/github-action-php-lint/8.2@master

- 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:
Expand Down

0 comments on commit b3adaf6

Please sign in to comment.