We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4600f53 commit 67c48eaCopy full SHA for 67c48ea
README.md
@@ -55,8 +55,8 @@ jobs:
55
- name: PHPUnit tests
56
uses: php-actions/phpunit@v9
57
with:
58
- config: custom/path/to/phpunit.xml
59
- memory: 256M
+ configuration: custom/path/to/phpunit.xml
+ memory_limit: 256M
60
```
61
62
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