Increase groups from 8 to 16 & use schema for seeder

This commit is contained in:
David Bomba 2023-01-18 23:16:24 +11:00
parent c142057ea6
commit 1720c76fde
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ APP_DEBUG=true
APP_URL=http://ninja.test APP_URL=http://ninja.test
MULTI_DB_ENABLED=false MULTI_DB_ENABLED=false
# database # database
DB_CONNECTION=mysql DB_CONNECTION=db-ninja-01
DB_DATABASE1=ninja DB_DATABASE1=ninja
DB_USERNAME1=root DB_USERNAME1=root
DB_PASSWORD1=ninja DB_PASSWORD1=ninja

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: [ 8 ] ci_node_total: [ 16 ]
ci_node_index: [ 0, 1, 2, 3, 4, 5, 6, 7] ci_node_index: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]
laravel: [9.*] laravel: [9.*]
dependency-version: [prefer-stable] dependency-version: [prefer-stable]