Skip to content

Commit

Permalink
Merge branch 'develop' into ci/github-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Aug 1, 2024
2 parents 46b1cea + 9f53082 commit 33930d8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependency-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: shivammathur/[email protected]
with:
php-version: ${{ matrix.php-version }}
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, sockets
ini-values: error_reporting=E_ALL
coverage: none
tools: phive
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
uses: shivammathur/[email protected]
with:
php-version: ${{ matrix.php-version }}
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, sockets
ini-values: error_reporting=E_ALL
coverage: none
tools: phive
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: shivammathur/[email protected]
with:
php-version: ${{ matrix.php-version }}
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, opcache, pcntl, posix
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, opcache, pcntl, posix, sockets
ini-values: error_reporting=E_ALL
coverage: none

Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
uses: shivammathur/[email protected]
with:
php-version: ${{ matrix.php-version }}
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, pdo_mysql, curl, fileinfo, opcache, pcntl, posix
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, pdo_mysql, curl, fileinfo, opcache, pcntl, posix, sockets
ini-values: error_reporting=E_ALL
coverage: xdebug

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: shivammathur/[email protected]
with:
php-version: ${{ matrix.php-version }}
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, pdo_mysql, pdo_sqlite, curl, fileinfo, opcache, pcntl, posix
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, pdo_mysql, pdo_sqlite, curl, fileinfo, opcache, pcntl, posix, sockets
ini-values: error_reporting=E_ALL
coverage: xdebug

Expand Down
4 changes: 3 additions & 1 deletion app/rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
return Config\RectorConfig::configure()
->withCache(__DIR__ . '/.build/rector/')
->withPaths([
__DIR__ . '/app/src/',
__DIR__ . '/config/',
__DIR__ . '/migrations/',
__DIR__ . '/src/',
__DIR__ . '/tests/',
__DIR__ . '/.php-cs-fixer.dist.php',
__DIR__ . '/rector.php',
Expand Down

0 comments on commit 33930d8

Please sign in to comment.