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:
|
build:
|
||||||
name: PHP ${{ matrix.php }} / DB ${{ matrix.database }}
|
name: PHP ${{ matrix.php }} / DB ${{ matrix.database }}
|
||||||
strategy:
|
strategy:
|
||||||
max-parallel: 15
|
max-parallel: 3
|
||||||
matrix:
|
matrix:
|
||||||
php: ['7.3', '7.4']
|
php: ['7.3']
|
||||||
database: ['pgsql', 'mysql', 'sqlite']
|
database: ['pgsql', 'mysql', 'sqlite']
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user