Skip to content

Commit cb0b3e5

Browse files
committed
docs: update documentation
1 parent b6ae2a9 commit cb0b3e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: PHP Mess Detector
3232
uses: php-actions/phpmd@v1
3333
with:
34-
php_version: 8.1
34+
php_version: 8.4
3535
path: src/
3636
output: text
3737
ruleset: test/phpmd/ruleset.xml
@@ -49,8 +49,8 @@ Inputs
4949

5050
The following configuration options are available:
5151

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)
5454
+ `vendored_phpmd_path` - Path to a vendored phpmd binary
5555
+ `path` - A php source code filename or directory. Can be a comma-separated string
5656
+ `ruleset` - A ruleset filename or a comma-separated string of rulesetfilenames

0 commit comments

Comments
 (0)