From 93cab9b1f1b71a4cc933c017993ccc3bd5770bda Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Thu, 7 Mar 2024 15:49:14 +0000 Subject: [PATCH] ci: use latest 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 9e5d2ac..c582cf1 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@dev-master + uses: php-actions/phpunit@master env: XDEBUG_MODE: cover with: