Skip to content

Commit

Permalink
Merge pull request #12 from chatwork/dependabot/github_actions/php-ac…
Browse files Browse the repository at this point in the history
…tions/phpunit-7

Bump php-actions/phpunit from 3 to 4
  • Loading branch information
tasuku43 authored Jun 6, 2024
2 parents 19173a7 + a41a972 commit 351e5bf
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 @@ -35,7 +35,7 @@ jobs:
php_version: ${{ matrix.php }}

- name: PHPUnit Tests
uses: php-actions/phpunit@v3
uses: php-actions/phpunit@v4
with:
version: ${{ matrix.phpunit }}
php_version: ${{ matrix.php }}
Expand Down

0 comments on commit 351e5bf

Please sign in to comment.