From e0e2b4557b727033c9344d0861cdbc699fc4931c Mon Sep 17 00:00:00 2001 From: Stuart Clark Date: Fri, 11 Sep 2026 02:13:37 +0000 Subject: [PATCH] ci: hold _PHPUNIT_CONCURRENT at 0 for gitlab_templates 1.17.0 --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d92b4da..f26e88c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,5 +26,7 @@ include: variables: SKIP_ESLINT: '1' _PHPUNIT_EXTRA: '--no-coverage --configuration=phpunit.gitlab-ci.xml' + # gitlab_templates 1.17.0 made run-tests.sh the default. Keep the phpunit binary. + _PHPUNIT_CONCURRENT: 0 _CSPELL_WORDS: 'cloudflared, cleanstring, ctools, dpagini, ffpu, multiext, oleh, origname, pagini, vehera, voleger, ั‚ะตัั‚' OPT_IN_TEST_PREVIOUS_MAJOR: '1'