Skip to content

Commit

Permalink
add Sylius AdminApiBundle for sylius 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
oallain committed Jul 3, 2021
1 parent da6c33f commit 75470f9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest

name: "Sylius ${{ matrix.sylius }}, PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }}, MySQL ${{ matrix.mysql }}"

strategy:
fail-fast: false
matrix:
Expand All @@ -31,6 +31,9 @@ jobs:
-
sylius: ~1.8.0
symfony: ^5.2
-
sylius: ~1.10.0
php: 7.3

env:
APP_ENV: test
Expand Down Expand Up @@ -108,6 +111,11 @@ jobs:
if: matrix.sylius != ''
run: composer require "sylius/sylius:${{ matrix.sylius }}" --no-update --no-scripts --no-interaction

-
name: Add Admin API Bundle for Sylius >= 1.10
if: matrix.sylius != '~1.8.0' && matrix.sylius != '~1.9.0'
run: composer require sylius/admin-api-bundle --no-update --no-scripts --no-interaction

-
name: Install PHP dependencies
run: composer install --no-interaction
Expand Down

0 comments on commit 75470f9

Please sign in to comment.