Fixes for tests
This commit is contained in:
parent
bdb160dbe6
commit
baece73a4e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/parallel.yml
vendored
4
.github/workflows/parallel.yml
vendored
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue