From beb74801e501a0059ef62e126797674a8ef8ca5d Mon Sep 17 00:00:00 2001 From: Lars Moelleken Date: Thu, 21 Nov 2024 01:45:39 +0100 Subject: [PATCH] [*]: ci stuff ... ... TODO: I need to clean this up because phpunit will not support the old php versions?! --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c65293..8725d3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,9 @@ jobs: 7.4, 8.0, 8.1, + 8.2, + 8.3, + 8.4 ] composer: [basic] timeout-minutes: 10 @@ -89,11 +92,6 @@ jobs: with: files: build/logs/clover.xml - - name: Upload coverage results to Scrutinizer - uses: sudo-bot/action-scrutinizer@latest - with: - cli-args: "--format=php-clover build/logs/clover.xml" - - name: Archive logs artifacts if: ${{ failure() }} uses: actions/upload-artifact@v4