Skip to content

Commit 6f8b7d8

Browse files
authored
Merge pull request #187 from fballiano/workaroud244
Workaround for 2.4.4-p* integrity check
2 parents 6ed405c + 3d05d16 commit 6f8b7d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/actions/checkout-magento/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ runs:
5858
working-directory: ${{ inputs.install-directory }}
5959
if: ${{ endsWith(inputs.magento-version, '2.4.4') }}
6060

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+
6167
- name: Fixup composer plugins
6268
run: |
6369
composer config --no-interaction allow-plugins.dealerdirect/phpcodesniffer-composer-installer true

0 commit comments

Comments
 (0)