From 18306155a486cbb66b380148b99c411f181614bf Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Thu, 25 Apr 2024 17:29:02 +0100 Subject: [PATCH] ci: upgrade phpunit to v4 --- .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 99ae0159..49a4fdb3 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@master + uses: php-actions/phpunit@v4 env: XDEBUG_MODE: cover with: