Skip to content

Commit 005fbc0

Browse files
committed
FIX installed package name in CI
1 parent 2133b5d commit 005fbc0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/installation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Create Symfony app
3838
run: |
3939
composer create-project symfony/skeleton:"${{ matrix.symfony }}.*" app
40-
composer config -d ./app repositories.commonmark-bundle path ../project
40+
composer config -d ./app repositories.messenger-azure-bundle path ../project
4141
composer config -d ./app minimum-stability dev
4242
# Cache Composer dependencies
4343
- name: Get composer cache directory
@@ -53,4 +53,4 @@ jobs:
5353

5454
# Install the bundle
5555
- name: Install AymdevCommonmarkBundle
56-
run: composer require -d ./app --prefer-source aymdev/commonmark-bundle:"*"
56+
run: composer require -d ./app --prefer-source aymdev/messenger-azure-bundle:"*"

0 commit comments

Comments
 (0)