diff --git a/coding-standard/README.md b/coding-standard/README.md index 57e667da..cba80c96 100644 --- a/coding-standard/README.md +++ b/coding-standard/README.md @@ -2,6 +2,9 @@ A Github Action that runs the Magento Coding Standard. +> [!WARNING] +> This action is only compatible with Magento v2.4.4+. + ## Inputs See the [action.yml](./action.yml) diff --git a/coding-standard/action.yml b/coding-standard/action.yml index 1777f624..9041145f 100644 --- a/coding-standard/action.yml +++ b/coding-standard/action.yml @@ -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