Skip to content

Commit

Permalink
Merge pull request #70 from tomkalon/feature/OP-367
Browse files Browse the repository at this point in the history
OP-367 Build has been updated
  • Loading branch information
senghe authored Jul 24, 2024
2 parents 025c757 + ccc0688 commit 306ccd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
node: [ "^14.17.x" ]
mysql: [ "5.7", "8.0" ]

exclude:
- sylius: "~1.13.0"
php: "8.0"

env:
APP_ENV: test
DATABASE_URL: "mysql://root:[email protected]/sylius?serverVersion=${{ matrix.mysql }}"
Expand Down
1 change: 0 additions & 1 deletion tests/Application/config/sylius/1.12/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@
SyliusLabs\Polyfill\Symfony\Security\Bundle\SyliusLabsPolyfillSymfonySecurityBundle::class => ['all' => true],
Sylius\Calendar\SyliusCalendarBundle::class => ['all' => true],
League\FlysystemBundle\FlysystemBundle::class =>['all' => true],

];

0 comments on commit 306ccd4

Please sign in to comment.