Skip to content

Commit 1a8ab62

Browse files
author
Greg Bowler
committed
Use dynamic docker
1 parent 0167b65 commit 1a8ab62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v2
11-
- uses: php-actions/composer@master
11+
12+
- uses: php-actions/composer@dynamic-docker
13+
1214
- name: PHPUnit Tests
1315
uses: php-actions/phpunit@dynamic-docker
1416
with:

0 commit comments

Comments
 (0)