From 61c4649ee56d003f36ecc34b61cbacee0841d428 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 15 Jun 2026 10:03:04 +0200 Subject: [PATCH] fix(lint): PHP lint is instant in PHP 8.3+ and quick in others for apps Signed-off-by: Joas Schilling --- workflow-templates/lint-php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/lint-php.yml b/workflow-templates/lint-php.yml index c1f59d2..19d4bba 100644 --- a/workflow-templates/lint-php.yml +++ b/workflow-templates/lint-php.yml @@ -34,7 +34,7 @@ jobs: uses: icewind1991/nextcloud-version-matrix@8a7bac6300b2f0f3100088b297995a229558ddba # v1.3.2 php-lint: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-low needs: matrix strategy: matrix: