]> git.mxchange.org Git - friendica.git/commitdiff
Adhere deprecation notes
authorPhilipp <admin@philipp.info>
Fri, 15 Mar 2024 22:48:49 +0000 (23:48 +0100)
committerPhilipp <admin@philipp.info>
Fri, 15 Mar 2024 22:59:08 +0000 (23:59 +0100)
- Use `when:`
- Remove `group: lint`

.woodpecker/.database_checks.yml
.woodpecker/.messages.po_check.yml
.woodpecker/.phpunit.yml

index e713ce07d61ff48bdf0232bc99a27f47db50a1e3..390df0a6be4f24d3ef2cdcc55b1e9ff5701560e8 100644 (file)
@@ -3,8 +3,9 @@ matrix:
     - PHP_MAJOR_VERSION: 8.2
       PHP_VERSION: 8.2.16
 
-branches:
-  exclude: [ stable ]
+when:
+  - branch:
+      exclude: [ stable ]
 
 # This forces CI executions at the "opensocial" labeled location (because of much more power...)
 labels:
index 9c250959406bf26e609f631bde1ab26b357dff72..d568aa49fecb0f13e7ca66a545e8a84a996e5f83 100644 (file)
@@ -8,5 +8,6 @@ steps:
     commands:
       - /check-messages.sh
 
-branches:
-  exclude: [ stable ]
+when:
+  - branch:
+      exclude: [ stable ]
index 0699d78b5b42b9cd67a70b186cdfd6a3a53b3e6d..7141ef8943cccfd9e74a9d4473aa4bbac11890b4 100644 (file)
@@ -18,7 +18,6 @@ labels:
 steps:
   php-lint:
     image: php:${PHP_MAJOR_VERSION}
-    group: lint
     commands:
       - find . -name \*.php -not -path './vendor/*' -not -path './view/asset/*' -print0 | xargs -0 -n1 php -l
   restore_cache: