Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anderly committed Aug 11, 2023
1 parent 0bf14ad commit 6f70b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: php -v
- uses: php-actions/composer@v6
with:
php-version: ${{ matrix.php-versions }}
php_version: ${{ matrix.php-versions }}
- run: echo "Composer dependencies have been installed"
- name: Run Tests
run: vendor/bin/phpunit

0 comments on commit 6f70b9a

Please sign in to comment.