We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237e8ff commit 0167b65Copy full SHA for 0167b65
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v2
11
- uses: php-actions/composer@master
12
- name: PHPUnit Tests
13
- uses: php-actions/phpunit@17-php-versions
+ uses: php-actions/phpunit@dynamic-docker
14
with:
15
bootstrap: vendor/autoload.php
16
configuration: test/phpunit.xml
0 commit comments