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 39ba313 commit 8fe3a65Copy full SHA for 8fe3a65
README.md
@@ -23,8 +23,8 @@ jobs:
23
24
steps:
25
- uses: actions/checkout@v2
26
- - uses: php-actions/composer@v1 # or alternative dependency management
27
- - uses: php-actions/phpunit@v1
+ - uses: php-actions/composer@v5 # or alternative dependency management
+ - uses: php-actions/phpunit@v2
28
# ... then your own project steps ...
29
```
30
@@ -57,7 +57,7 @@ jobs:
57
...
58
59
- name: PHPUnit tests
60
- uses: php-actions/phpunit@v1
+ uses: php-actions/phpunit@v2
61
with:
62
configuration: custom/path/to/phpunit.xml
63
memory_limit: 256M
0 commit comments