Adhere deprecation notes

- Use `when:`
- Remove `group: lint`
pull/14000/head
Philipp 2024-03-15 23:48:49 +01:00
rodzic 4f24247aa7
commit 9ce2142d99
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 24A7501396EB5432
3 zmienionych plików z 6 dodań i 5 usunięć

Wyświetl plik

@ -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:

Wyświetl plik

@ -8,5 +8,6 @@ steps:
commands:
- /check-messages.sh
branches:
exclude: [ stable ]
when:
- branch:
exclude: [ stable ]

Wyświetl plik

@ -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: