From 0696a04980381c2928c35236881d645c4ad208c3 Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Tue, 14 Jan 2025 15:56:14 +0000 Subject: [PATCH] ci: upgrade phpunit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe85fbd..9581425 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: run: tar -xvf /tmp/github-actions/build.tar ./ - name: PHP Unit tests - uses: php-actions/phpunit@v3 + uses: php-actions/phpunit@v4 env: XDEBUG_MODE: cover with: