Skip to content

Commit

Permalink
Revert lint against PHP 8.3 due to repo access limits
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin-Magmodules committed Jun 13, 2024
1 parent 4eb96cd commit 6bb7a12
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,19 @@ jobs:
php-73:
runs-on: ubuntu-latest
steps:
- uses: prestashop/github-action-php-lint/7.3@v2.2
- uses: prestashop/github-action-php-lint/7.3@v2.1

php-74:
runs-on: ubuntu-latest
steps:
- uses: prestashop/github-action-php-lint/7.4@v2.2
- uses: prestashop/github-action-php-lint/7.4@v2.1

php-81:
runs-on: ubuntu-latest
steps:
- uses: prestashop/github-action-php-lint/8.1@v2.2
- uses: prestashop/github-action-php-lint/8.1@v2.1

php-82:
runs-on: ubuntu-latest
steps:
- uses: prestashop/github-action-php-lint/[email protected]

php-83:
runs-on: ubuntu-latest
steps:
- uses: prestashop/github-action-php-lint/[email protected]
- uses: prestashop/github-action-php-lint/[email protected]

0 comments on commit 6bb7a12

Please sign in to comment.