|
@@ -5,6 +5,7 @@ on:
|
|
|
branches:
|
|
branches:
|
|
|
- master
|
|
- master
|
|
|
- feature/tests
|
|
- feature/tests
|
|
|
|
|
+ - feature/feature-tests
|
|
|
pull_request:
|
|
pull_request:
|
|
|
schedule:
|
|
schedule:
|
|
|
- cron: '0 0 * * *'
|
|
- cron: '0 0 * * *'
|
|
@@ -29,7 +30,7 @@ jobs:
|
|
|
uses: shivammathur/setup-php@v2
|
|
uses: shivammathur/setup-php@v2
|
|
|
with:
|
|
with:
|
|
|
php-version: ${{ matrix.php }}
|
|
php-version: ${{ matrix.php }}
|
|
|
- extensions: json
|
|
|
|
|
|
|
+ extensions: json, posix, pcntl
|
|
|
ini-values: error_reporting=E_ALL
|
|
ini-values: error_reporting=E_ALL
|
|
|
tools: composer:v2
|
|
tools: composer:v2
|
|
|
coverage: xdebug
|
|
coverage: xdebug
|