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 b0a1c0a commit d2ab780Copy full SHA for d2ab780
.github/workflows/test.yml
@@ -26,6 +26,7 @@ jobs:
26
uses: shivammathur/setup-php@v2
27
with:
28
php-version: ${{ env.PHP_VERSION }}
29
+ tools: phpunit:8.5.8
30
- name: Install Dependencies
31
run: composer install --prefer-dist
32
- name: Prepare MySQL database
0 commit comments