Skip to content

Commit f6adbaa

Browse files
Update version for connectors envs
1 parent f702587 commit f6adbaa

File tree

5 files changed

+20
-8
lines changed

5 files changed

+20
-8
lines changed

.github/workflows/deploy-demo-oro.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: ./.github/workflows/tests.yml
1717
with:
1818
version: ${{ github.ref_name }}
19-
last_published_version: 2.1.0
19+
last_published_version: 2.2.0
2020
secrets: inherit
2121

2222
deploy-demo-shopware:
@@ -28,7 +28,7 @@ jobs:
2828
uses: ./.github/workflows/deploy-int.yml
2929
with:
3030
version: ${{ github.ref_name }}
31-
last_published_version: 2.1.0
31+
last_published_version: 2.2.0
3232
add_sample_data: false
3333
secrets:
3434
AWS_DEPLOY_KEY: ${{ secrets.AWS_DEPLOY_KEY }}

.github/workflows/deploy-demo-shopware.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: ./.github/workflows/tests.yml
1717
with:
1818
version: ${{ github.ref_name }}
19-
last_published_version: 2.1.0
19+
last_published_version: 2.2.0
2020
secrets: inherit
2121

2222
deploy-demo-shopware:
@@ -28,7 +28,7 @@ jobs:
2828
uses: ./.github/workflows/deploy-int.yml
2929
with:
3030
version: ${{ github.ref_name }}
31-
last_published_version: 2.1.0
31+
last_published_version: 2.2.0
3232
secrets:
3333
AWS_DEPLOY_KEY: ${{ secrets.AWS_DEPLOY_KEY }}
3434
AWS_HOSTNAME: ${{ secrets.AWS_HOSTNAME_DEMO_SHOPWARE }}

.github/workflows/deploy-demo-sylius.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: ./.github/workflows/tests.yml
1717
with:
1818
version: ${{ github.ref_name }}
19-
last_published_version: 2.1.0
19+
last_published_version: 2.2.0
2020
secrets: inherit
2121

2222
deploy-demo-sylius:
@@ -28,7 +28,7 @@ jobs:
2828
uses: ./.github/workflows/deploy-int.yml
2929
with:
3030
version: ${{ github.ref_name }}
31-
last_published_version: 2.1.0
31+
last_published_version: 2.2.0
3232
secrets:
3333
AWS_DEPLOY_KEY: ${{ secrets.AWS_DEPLOY_KEY }}
3434
AWS_HOSTNAME: ${{ secrets.AWS_HOSTNAME_DEMO_SYLIUS }}

api/config/bundles.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
Hautelook\AliceBundle\HautelookAliceBundle::class => ['dev' => true, 'test' => true],
2020
Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true],
2121
Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true],
22-
Gally\GallyBundle::class => ['all' => true],
2322
CoopTilleuls\ForgotPasswordBundle\CoopTilleulsForgotPasswordBundle::class => ['all' => true],
23+
Gally\GallyBundle::class => ['all' => true],
24+
Gally\VirtualCategory\GallyVirtualCategoryBundle::class => ['all' => true],
25+
Gally\Boost\GallyBoostBundle::class => ['all' => true],
26+
Gally\Thesaurus\GallyThesaurusBundle::class => ['all' => true],
27+
Gally\Explain\GallyExplainBundle::class => ['all' => true],
28+
Gally\VectorSearch\GallyVectorSearchBundle::class => ['all' => true],
29+
// Gally\SampleData\GallySampleDataBundle::class => ['all' => true],
2430
];

api/symfony.lock

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,14 @@
165165
"friendsofphp/proxy-manager-lts": {
166166
"version": "v1.0.5"
167167
},
168+
"gally/gally-premium": {
169+
"version": "2.2.0"
170+
},
171+
"gally/gally-sample-data": {
172+
"version": "2.2.0"
173+
},
168174
"gally/gally-standard": {
169-
"version": "2.0.x-dev"
175+
"version": "2.2.0"
170176
},
171177
"gedmo/doctrine-extensions": {
172178
"version": "v3.9.0"

0 commit comments

Comments
 (0)