Skip to content

Commit 9e6bb09

Browse files
author
Greg Bowler
committed
Reorder inputs
1 parent 8fe3a65 commit 9e6bb09

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
@@ -38,13 +38,13 @@ Inputs
3838

3939
The 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

4949
The syntax for passing in a custom input is the following:
5050

0 commit comments

Comments
 (0)