Skip to content

Commit

Permalink
Add php8.2 syntax check
Browse files Browse the repository at this point in the history
  • Loading branch information
nenes25 committed Dec 11, 2023
1 parent 5a6df7a commit 0e160d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .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 5.6|7.2|7.3|7.4
name: PHP Syntax check 5.6|7.2|7.3|7.4|8.1|8.2
runs-on: ubuntu-latest
steps:
- name: PHP syntax checker 5.6
Expand All @@ -15,6 +15,8 @@ jobs:
uses: prestashop/github-action-php-lint/7.4@master
- name: PHP syntax checker 8.1
uses: prestashop/github-action-php-lint/8.1@master
- name: PHP syntax checker 8.2
uses: prestashop/github-action-php-lint/8.2@master

# Check the PHP code follow the coding standards
php-cs-fixer:
Expand All @@ -32,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
presta-versions: [ '1.7.5.0', 'latest' ]
presta-versions: [ '1.7.8.10','8.0.5','latest']
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 0e160d8

Please sign in to comment.