From 903517658faf7653dc4e953b4109a26f420749b0 Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Tue, 15 Aug 2023 03:21:06 -0500 Subject: [PATCH] Update automation.yml Signed-off-by: Nathanael Esayeas --- .github/workflows/automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index 144da1a2..8c452f17 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -52,7 +52,7 @@ jobs: coverage: pcov ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On php-version: ${{ matrix.php }} - tools: composer:v2 + tools: composer:v2, infection, phpunit, psalm - name: Setup problem matchers run: |