Increase groups from 4 to 8

This commit is contained in:
David Bomba 2023-01-18 23:03:21 +11:00
parent eff53d8464
commit c142057ea6

View File

@ -15,8 +15,8 @@ jobs:
operating-system: ['ubuntu-20.04', 'ubuntu-22.04'] operating-system: ['ubuntu-20.04', 'ubuntu-22.04']
php-versions: ['8.1','8.2'] php-versions: ['8.1','8.2']
phpunit-versions: ['latest'] phpunit-versions: ['latest']
ci_node_total: [ 4 ] ci_node_total: [ 8 ]
ci_node_index: [ 0, 1, 2, 3 ] ci_node_index: [ 0, 1, 2, 3, 4, 5, 6, 7]
laravel: [9.*] laravel: [9.*]
dependency-version: [prefer-stable] dependency-version: [prefer-stable]