File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
- name : PHP Mess Detector
32
32
uses : php-actions/phpmd@v1
33
33
with :
34
- php_version : 8.1
34
+ php_version : 8.4
35
35
path : src/
36
36
output : text
37
37
ruleset : test/phpmd/ruleset.xml
49
49
50
50
The following configuration options are available :
51
51
52
- + `version` - What version of PHPMD to use
53
- + `php_version` - What version of PHP to use
52
+ + `version` - What version of PHPMD to use e.g. `latest`, or `9`, or `9.5.0` (default : ` composer ` - use the version specified in composer.json)
53
+ + `php_version` - What version of PHP to use e.g. `8.4` (default : latest)
54
54
+ `vendored_phpmd_path` - Path to a vendored phpmd binary
55
55
+ `path` - A php source code filename or directory. Can be a comma-separated string
56
56
+ `ruleset` - A ruleset filename or a comma-separated string of rulesetfilenames
You can’t perform that action at this time.
0 commit comments