From baece73a4ebc54515e3ea90e797477850d7cd06b Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 19 Jan 2023 08:51:14 +1100 Subject: [PATCH] Fixes for tests --- .github/workflows/parallel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/parallel.yml b/.github/workflows/parallel.yml index c1458a3fe91d..5b7ac25b8dc8 100644 --- a/.github/workflows/parallel.yml +++ b/.github/workflows/parallel.yml @@ -15,8 +15,8 @@ jobs: operating-system: ['ubuntu-20.04', 'ubuntu-22.04'] php-versions: ['8.1','8.2'] phpunit-versions: ['latest'] - ci_node_total: [ 12 ] - ci_node_index: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] + ci_node_total: [ 8 ] + ci_node_index: [ 0, 1, 2, 3, 4, 5, 6, 7] laravel: [9.*] dependency-version: [prefer-stable]