Skip to content

Commit

Permalink
Fix Paypal version in recipe with Sylius 1.12 and PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed May 25, 2024
1 parent dc00da9 commit 20cf4ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ jobs:
run: |
composer require --no-install --no-scripts --no-progress sylius/sylius="${{ matrix.sylius }}"
# Fix Paypal 1.5 on Sylius 1.12 and PHP 8.1
- name: Make sure to install the required version of Sylius Paypal Plugin
if: matrix.sylius == '~1.12.0' and matrix.php == '8.1'
working-directory: ./sylius
run: |
composer require --no-install --no-scripts --no-progress sylius/paypal-plugin="~1.5.0") # @see https://github.com/Sylius/PayPalPlugin/issues/295
- name: Setup some requirements
working-directory: ./sylius
run: |
Expand Down

0 comments on commit 20cf4ab

Please sign in to comment.