Skip to content

Commit 6da8b09

Browse files
committed
Remove bundle installation test for Symfony 5.2 on PHP 8.1
See the Symfony bug: symfony/symfony#44081 A patch has been merged into the 5.3 branch but cannot be merged into 5.2 as this version is not supported anymore.
1 parent 2565ed7 commit 6da8b09

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/installation.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
symfony: '5.0'
1515
- php: '8.1'
1616
symfony: '5.0'
17+
# see https://github.com/symfony/symfony/issues/44081
18+
- php: '8.1'
19+
symfony: '5.2'
1720
- php: '7.3'
1821
symfony: '6.0'
1922
- php: '7.4'
@@ -52,5 +55,5 @@ jobs:
5255
restore-keys: ${{ runner.os }}-composer-
5356

5457
# Install the bundle
55-
- name: Install AymdevCommonmarkBundle
58+
- name: Install AymdevMessengerAzureBundle
5659
run: composer require -d ./app --prefer-source aymdev/messenger-azure-bundle:"*"

0 commit comments

Comments
 (0)