From 099508cf236b60ef3661f4127e7501d0776686f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pollesch?= Date: Wed, 1 Nov 2023 10:35:26 +0100 Subject: [PATCH] Clean-ups --- .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 f5db01d..e4f3103 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Install dependencies uses: php-actions/composer@v6 - - name: PHPUnit Tests + - name: Run unit tests uses: php-actions/phpunit@master with: version: 10