Skip to content

Commit

Permalink
Update php-actions/phpunit action to v4 (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 26, 2024
1 parent 8749327 commit b350db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/php-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:

- name: 'PHPUnit'
if: ${{ inputs.phpunit-enable == 'true' }}
uses: php-actions/phpunit@v3
uses: php-actions/phpunit@v4
with:
configuration: ${{ inputs.phpunit-config }}
php_version: ${{ inputs.php-version }}
Expand Down

0 comments on commit b350db4

Please sign in to comment.