Skip to content

Commit 3f6b532

Browse files
author
Greg Bowler
committed
Use latest versions
1 parent 1a8ab62 commit 3f6b532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111

12-
- uses: php-actions/composer@dynamic-docker
12+
- uses: php-actions/composer@v5
1313

1414
- name: PHPUnit Tests
15-
uses: php-actions/phpunit@dynamic-docker
15+
uses: php-actions/phpunit@v2
1616
with:
1717
bootstrap: vendor/autoload.php
1818
configuration: test/phpunit.xml

0 commit comments

Comments
 (0)