Skip to content

Commit

Permalink
fix: force the sylius version in recipe workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
delyriand committed Apr 8, 2022
1 parent 7b318ad commit f46b553
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ jobs:
run: |
composer create-project --prefer-dist --no-scripts --no-progress --no-install sylius/sylius-standard sylius "${{ matrix.sylius }}"
# Because the sylius-standard has a soft constraint
- name: Make sure to install the required version of Sylius
working-directory: ./sylius
run: |
composer require --no-install --no-scripts --no-progress sylius/sylius="${{ matrix.sylius }}"
- name: Setup some requirements
working-directory: ./sylius
run: |
Expand Down

0 comments on commit f46b553

Please sign in to comment.