Skip to content

Commit

Permalink
Requires sylius/resource-bundle:^1.7@beta
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Nov 24, 2020
1 parent c68b51e commit b887889
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,21 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.3, 7.4]
symfony: [4.4.*, 5.1.*]
currency-bundle: ["", "^1.7"]
exclude:
include:
-
php: 7.3
symfony: 4.4.*
-
php: 7.3
symfony: 5.1.*
-
php: 7.4
symfony: 4.4.*
-
php: 7.4
symfony: 5.1.*
-
php: 7.4
currency-bundle: "^1.7"
steps:
-
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"phpstan/phpstan-webmozart-assert": "0.12.7",
"phpunit/phpunit": "^9.4",
"sylius-labs/coding-standard": "^3.0",
"sylius/resource-bundle": "^1.6",
"sylius/resource-bundle": "^1.7@rc",
"symfony/console": "^4.4 || ^5.1",
"symfony/twig-bundle": "^4.4 || ^5.1",
"twig/extensions": "^1.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Bundle/test/app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function registerBundles(): array
new JMS\SerializerBundle\JMSSerializerBundle(),
new Sylius\Bundle\ResourceBundle\SyliusResourceBundle(),
new Sylius\Bundle\GridBundle\SyliusGridBundle(),
new WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle(),
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
new Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle(),
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
new Fidry\AliceDataFixtures\Bridge\Symfony\FidryAliceDataFixturesBundle(),
Expand Down

0 comments on commit b887889

Please sign in to comment.