Skip to content

Commit 67c48ea

Browse files
author
Greg Bowler
committed
Use correct variable names
1 parent 4600f53 commit 67c48ea

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
@@ -55,8 +55,8 @@ jobs:
5555
- name: PHPUnit tests
5656
uses: php-actions/phpunit@v9
5757
with:
58-
config: custom/path/to/phpunit.xml
59-
memory: 256M
58+
configuration: custom/path/to/phpunit.xml
59+
memory_limit: 256M
6060
```
6161
6262
If you require other configurations of phpunit, please request them in the [Github issue tracker](https://github.com/php-actions/phpunit/issues)

0 commit comments

Comments
 (0)