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 @@ -38,13 +38,13 @@ Inputs
3838
3939The following configuration options are available:
4040
41+ + ` version ` The version of PHPUnit to use e.g. ` 9 ` or ` 9.5.0 ` (default: latest)
42+ + ` php_version ` The version of PHP to use e.g. ` 7.4 ` (default: latest)
43+ + ` php_extensions ` Space-separated list of extensions using [ php-build] [ php-build ] e.g. ` xdebug mbstring ` (default: N/A)
4144+ ` configuration ` Path to the ` phpunit.xml ` file (default: ` test/phpunit/phpunit.xml ` )
4245+ ` log_junit ` Path to junit output file (default: ` test/phpunit/_junit/junit.xml ` )
4346+ ` memory_limit ` The memory limit to run your tests with (default: ` 512M ` )
4447+ ` bootstrap ` The path to the bootstrap file (default: ` vendor/autoload.php ` )
45- + ` version ` The version of PHPUnit to use e.g. ` 9 ` or ` 9.5.0 ` (default: latest)
46- + ` php_version ` The version of PHP to use e.g. ` 7.4 ` (default: latest)
47- + ` php_extensions ` Space-separated list of extensions using [ php-build] [ php-build ] e.g. ` xdebug mbstring ` (default: N/A)
4848
4949The syntax for passing in a custom input is the following:
5050
You can’t perform that action at this time.
0 commit comments