reduce CI CPU use while testing...
This commit is contained in:
parent
30df57eaf5
commit
17e2662d06
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -6,9 +6,9 @@ jobs:
|
||||
build:
|
||||
name: PHP ${{ matrix.php }} / DB ${{ matrix.database }}
|
||||
strategy:
|
||||
max-parallel: 15
|
||||
max-parallel: 3
|
||||
matrix:
|
||||
php: ['7.3', '7.4']
|
||||
php: ['7.3']
|
||||
database: ['pgsql', 'mysql', 'sqlite']
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user