Skip to content

Commit 0008e86

Browse files
authored
fix(coding-standard)!: use magento/php-compatibility-fork (#190)
1 parent fb29b3d commit 0008e86

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: coding-standard/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
A Github Action that runs the Magento Coding Standard.
44

5+
> [!WARNING]
6+
> This action is only compatible with Magento v2.4.4+.
7+
58
## Inputs
69

710
See the [action.yml](./action.yml)

Diff for: coding-standard/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ runs:
8787
- name: Register Coding Standard
8888
shell: bash
8989
working-directory: standard
90-
run: vendor/bin/phpcs --config-set installed_paths ${{ github.workspace }}/standard/vendor/magento/magento-coding-standard,${{ github.workspace }}/standard/vendor/phpcompatibility/php-compatibility
90+
run: vendor/bin/phpcs --config-set installed_paths ${{ github.workspace }}/standard/vendor/magento/magento-coding-standard,${{ github.workspace }}/standard/vendor/magento/php-compatibility-fork
9191

9292
- name: Set ignore warnings flag
9393
shell: bash

0 commit comments

Comments
 (0)