Skip to content

Commit

Permalink
fix php version checker pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nicumicle committed Aug 1, 2024
1 parent fa057b8 commit ddca7bf
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/multiple-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,45 +17,27 @@ jobs:

- name: PHP syntax checker 5.5
uses: prestashop/github-action-php-lint/5.5@master
with:
working-directory: /

- name: PHP syntax checker 5.6
uses: prestashop/github-action-php-lint/5.6@master
with:
working-directory: /

- name: PHP syntax checker 7.1
uses: prestashop/github-action-php-lint/7.1@master
with:
working-directory: /

- name: PHP syntax checker 7.2
uses: prestashop/github-action-php-lint/7.2@master
with:
working-directory: /

- name: PHP syntax checker 7.3
uses: prestashop/github-action-php-lint/7.3@master
with:
working-directory: /

- name: PHP syntax checker 7.4
uses: prestashop/github-action-php-lint/7.4@master
with:
working-directory: /

- name: PHP syntax checker 8.0
uses: prestashop/github-action-php-lint/8.0@master
with:
working-directory: /

- name: PHP syntax checker 8.1
uses: prestashop/github-action-php-lint/8.1@master
with:
working-directory: /

- name: PHP syntax checker 8.2
uses: prestashop/github-action-php-lint/8.2@master
with:
working-directory: /

0 comments on commit ddca7bf

Please sign in to comment.