Skip to content

Commit

Permalink
Merge pull request #52 from PrestaShop/dependabot/composer/dev/presta…
Browse files Browse the repository at this point in the history
…shop/php-dev-tools-3.13

Bump prestashop/php-dev-tools from 3.12 to 3.13
  • Loading branch information
PierreRambaud committed Dec 24, 2020
2 parents 41ce5d9 + 9dcc4d2 commit bd167b2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 11 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'

- name: Checkout
uses: actions/checkout@v2.0.0

Expand All @@ -46,6 +51,11 @@ jobs:
matrix:
presta-versions: ['1.7.4.0', 'latest']
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'

- name: Checkout
uses: actions/checkout@v2.0.0

Expand Down
24 changes: 13 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd167b2

Please sign in to comment.