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