Skip to content

Commit 8fe3a65

Browse files
author
Greg Bowler
committed
Update example versions
1 parent 39ba313 commit 8fe3a65

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
@@ -23,8 +23,8 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@v2
26-
- uses: php-actions/composer@v1 # or alternative dependency management
27-
- uses: php-actions/phpunit@v1
26+
- uses: php-actions/composer@v5 # or alternative dependency management
27+
- uses: php-actions/phpunit@v2
2828
# ... then your own project steps ...
2929
```
3030

@@ -57,7 +57,7 @@ jobs:
5757
...
5858

5959
- name: PHPUnit tests
60-
uses: php-actions/phpunit@v1
60+
uses: php-actions/phpunit@v2
6161
with:
6262
configuration: custom/path/to/phpunit.xml
6363
memory_limit: 256M

0 commit comments

Comments
 (0)