Skip to content

Commit

Permalink
Update GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin-Magmodules committed Oct 15, 2024
1 parent 9d97658 commit acae903
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 34 deletions.
38 changes: 8 additions & 30 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,22 @@ name: Lint PHP files
on: [push, pull_request]

jobs:
php-71:
runs-on: ubuntu-latest
steps:
- uses: StephaneBour/actions-php-lint@7.1
with:
dir: './'

php-72:
runs-on: ubuntu-latest
steps:
- uses: StephaneBour/actions-php-lint@7.2
with:
dir: './'

php-73:
php-74:
runs-on: ubuntu-latest
steps:
- uses: StephaneBour/actions-php-lint@7.3
with:
dir: './'
- uses: prestashop/github-action-php-lint/7.4@v2.2

php-74:
php-81:
runs-on: ubuntu-latest
steps:
- uses: StephaneBour/actions-php-lint@7.4
with:
dir: './'
- uses: prestashop/github-action-php-lint/8.1@v2.2

php-80:
php-82:
runs-on: ubuntu-latest
steps:
- uses: StephaneBour/actions-php-lint@8.0
with:
dir: './'
- uses: prestashop/github-action-php-lint/8.2@v2.2

php-81:
php-83:
runs-on: ubuntu-latest
steps:
- uses: StephaneBour/actions-php-lint@8.1
with:
dir: './'
- uses: prestashop/github-action-php-lint/8.3@v2.2
6 changes: 2 additions & 4 deletions .github/workflows/setup-di-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ jobs:
strategy:
matrix:
include:
- PHP_VERSION: php73-fpm
MAGENTO_VERSION: 2.3.7
- PHP_VERSION: php74-fpm
MAGENTO_VERSION: 2.4.0
- PHP_VERSION: php81-fpm
MAGENTO_VERSION: 2.4.4
- PHP_VERSION: php82-fpm
MAGENTO_VERSION: 2.4.6
- PHP_VERSION: php83-fpm
MAGENTO_VERSION: 2.4.7
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit acae903

Please sign in to comment.