From c142057ea6b8fc088d466ca1780f4cad1d47697a Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 18 Jan 2023 23:03:21 +1100 Subject: [PATCH] Increase groups from 4 to 8 --- .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 f59ca8930205..c28c52fddcbd 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: [ 4 ] - ci_node_index: [ 0, 1, 2, 3 ] + ci_node_total: [ 8 ] + ci_node_index: [ 0, 1, 2, 3, 4, 5, 6, 7] laravel: [9.*] dependency-version: [prefer-stable]