diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed036ce..71f7e17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}