We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed405c commit 3d05d16Copy full SHA for 3d05d16
.github/actions/checkout-magento/action.yml
@@ -58,6 +58,12 @@ runs:
58
working-directory: ${{ inputs.install-directory }}
59
if: ${{ endsWith(inputs.magento-version, '2.4.4') }}
60
61
+ - name: Fixup symfony yaml and deprecation-contracts for 2.4.4-p*
62
+ run: composer update symfony/yaml:5.3.14 -W
63
+ shell: bash
64
+ working-directory: ${{ inputs.install-directory }}
65
+ if: ${{ startsWith(inputs.magento-version, '2.4.4-p') }}
66
+
67
- name: Fixup composer plugins
68
run: |
69
composer config --no-interaction allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
0 commit comments