mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Merge branch 'bug/fix-project-configuration' into task/refactor-for-psr-4
# Conflicts: # .github/workflows/php.yml # .idea/php.xml # .idea/woocommerce-paypal-payments.iml
This commit is contained in:
commit
516871c355
13 changed files with 4 additions and 375 deletions
7
.github/workflows/php.yml
vendored
7
.github/workflows/php.yml
vendored
|
@ -16,11 +16,8 @@ jobs:
|
|||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
tools: composer:v1
|
||||
|
||||
- name: Packagist.com Auth
|
||||
run: composer config --global --auth http-basic.repo.packagist.com token ${{ secrets.PACKAGIST_TOKEN }}
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
tools: composer:v1
|
||||
|
||||
- name: Validate composer.json and composer.lock
|
||||
run: composer validate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue