From: Art4 Date: Wed, 6 Nov 2024 22:25:48 +0000 (+0000) Subject: Update php versions, remove code coverage upload X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b6a972c5fe547623d433fb84f5e083a19c7d1a3c;p=friendica.git Update php versions, remove code coverage upload --- diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 1f3c518128..1da8fa1caa 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -1,5 +1,6 @@ name: Testing Friendica -on: [push, pull_request] + +on: [workflow_dispatch] jobs: friendica: @@ -28,7 +29,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['7.3', '7.4', '8.0'] + php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] steps: - name: Checkout uses: actions/checkout@v2 @@ -94,8 +95,3 @@ jobs: REDIS_HOST: 127.0.0.1 MEMCACHED_PORT: ${{ job.services.memcached.ports[11211] }} MEMCACHE_PORT: ${{ job.services.memcached.ports[11211] }} - - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 - with: - file: clover.xml