Skip to content

Commit

Permalink
[CI] Install payum dependencies during the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafikooo committed Feb 23, 2024
1 parent 04831f8 commit 6524949
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ jobs:
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^2.4"
composer config extra.symfony.require "${{ matrix.symfony }}"
# These dependencies since Sylius 1.13 have been shifted to dev ones: https://github.com/Sylius/Sylius/pull/15485
-
name: Add Payum dependencies
run: |
composer require --dev --no-update --no-progress --no-scripts --no-plugins "payum/offline": "^1.7.3"
composer require --dev --no-update --no-progress --no-scripts --no-plugins "payum/paypal-express-checkout-nvp:^1.7.3"
composer require --dev --no-update --no-progress --no-scripts --no-plugins "payum/stripe:^1.7.3"
-
name: Setup Node
uses: actions/setup-node@v2
Expand Down

0 comments on commit 6524949

Please sign in to comment.