]> git.mxchange.org Git - friendica.git/commitdiff
Update php versions, remove code coverage upload
authorArt4 <art4@wlabs.de>
Wed, 6 Nov 2024 22:25:48 +0000 (22:25 +0000)
committerArt4 <art4@wlabs.de>
Wed, 6 Nov 2024 22:25:48 +0000 (22:25 +0000)
.github/workflows/php.yml

index 1f3c5181280239f1cb4f7f7c5b28d70f86b45ed5..1da8fa1caa208aff9bfbdd84da5f017df3bfa6c1 100644 (file)
@@ -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