Skip to content

Commit ed91e69

Browse files
Fix more parameter names in the readme
1 parent d32ddfa commit ed91e69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Inputs
3939
The following configuration options are available:
4040

4141
+ `configuration` Path to the `phpunit.xml` file (default: `test/phpunit/phpunit.xml`)
42-
+ `junit` Path to junit output file (default: `test/phpunit/_junit/junit.xml`)
43-
+ `memory` The memory limit to run your tests with (default: `512M`)
42+
+ `log_junit` Path to junit output file (default: `test/phpunit/_junit/junit.xml`)
43+
+ `memory_limit` The memory limit to run your tests with (default: `512M`)
4444
+ `bootstrap` The path to the bootstrap file (default: `vendor/autoload.php`)
4545
+ `php_version` The version of PHP to use e.g. `7.4` (default: latest)
4646
+ `phpunit_version` The version of PHPUnit to use e.g. `9` or `9.5.0` (default: latest)

0 commit comments

Comments
 (0)