fix(coding-standard)!: use magento/php-compatibility-fork (#190)

This commit is contained in:
Damien Retzinger
2025-04-09 09:46:33 -04:00
committed by GitHub
parent fb29b3d3ac
commit 0008e8642d
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ runs:
- name: Register Coding Standard
shell: bash
working-directory: standard
run: vendor/bin/phpcs --config-set installed_paths ${{ github.workspace }}/standard/vendor/magento/magento-coding-standard,${{ github.workspace }}/standard/vendor/phpcompatibility/php-compatibility
run: vendor/bin/phpcs --config-set installed_paths ${{ github.workspace }}/standard/vendor/magento/magento-coding-standard,${{ github.workspace }}/standard/vendor/magento/php-compatibility-fork
- name: Set ignore warnings flag
shell: bash