]> git.mxchange.org Git - friendica.git/blobdiff - .woodpecker/.phpunit.yml
Merge remote-tracking branch 'upstream/develop' into restricted-access
[friendica.git] / .woodpecker / .phpunit.yml
index d3730cff84ce433597e694e8460dd5c9bee2d751..8f89e4b5b4248f94754fa15e3b7e15562cf2db4a 100644 (file)
@@ -5,9 +5,11 @@ matrix:
     - PHP_MAJOR_VERSION: 7.4
       PHP_VERSION: 7.4.33
     - PHP_MAJOR_VERSION: 8.0
-      PHP_VERSION: 8.0.25
+      PHP_VERSION: 8.0.29
     - PHP_MAJOR_VERSION: 8.1
-      PHP_VERSION: 8.1.12
+      PHP_VERSION: 8.1.21
+    - PHP_MAJOR_VERSION: 8.2
+      PHP_VERSION: 8.2.8
 
 # This forces PHP Unit executions at the "opensocial" labeled location (because of much more power...)
 labels:
@@ -80,14 +82,7 @@ pipeline:
       repo:
         - friendica/friendica
     commands:
-      - curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
-      - curl -Os https://uploader.codecov.io/latest/alpine/codecov
-      - curl -Os https://uploader.codecov.io/latest/alpine/codecov.SHA256SUM
-      - curl -Os https://uploader.codecov.io/latest/alpine/codecov.SHA256SUM.sig
-      - gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
-      - shasum -a 256 -c codecov.SHA256SUM
-      - chmod +x codecov
-      - ./codecov -B ${CI_COMMIT_BRANCH} -C ${CI_COMMIT_SHA} -P ${CI_COMMIT_PULL_REQUEST} -b ${CI_PIPELINE_NUMBER} -Z -f 'clover.xml'
+      - codecov -R '.' -Z -f 'clover.xml'
     secrets:
       - source: codecov-token
         target: codecov_token