Skip to content

Commit

Permalink
[*]: ci stuff ...
Browse files Browse the repository at this point in the history
... TODO: I need to clean this up because phpunit will not support the old php versions?!
  • Loading branch information
voku committed Nov 21, 2024
1 parent caf6da4 commit beb7480
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
7.4,
8.0,
8.1,
8.2,
8.3,
8.4
]
composer: [basic]
timeout-minutes: 10
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit beb7480

Please sign in to comment.