From d176860db2606513b571e00c1a664cdfa5cca8fa Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 23 Apr 2023 08:38:49 +1000 Subject: [PATCH] Reduce gh concurrency --- .github/workflows/phpunit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 4306039b34b8..4a70b9c6fc90 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -16,8 +16,8 @@ jobs: operating-system: ['ubuntu-20.04', 'ubuntu-22.04'] php-versions: ['8.1','8.2'] phpunit-versions: ['latest'] - ci_node_total: [ 8 ] - ci_node_index: [ 0, 1, 2, 3, 4, 5, 6, 7] + ci_node_total: [ 6 ] + ci_node_index: [ 0, 1, 2, 3, 4, 5] laravel: [9.*] dependency-version: [prefer-stable]