mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Use Composer v1 on CI
This commit is contained in:
parent
28005c9bb0
commit
2fa6d6e2f3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/php.yml
vendored
1
.github/workflows/php.yml
vendored
|
@ -17,6 +17,7 @@ jobs:
|
|||
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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue