Skip to content

Commit

Permalink
Merge pull request #3 from wayofdev/feat/temporal-workflow
Browse files Browse the repository at this point in the history
feat: workflow example
  • Loading branch information
lotyp authored Nov 20, 2024
2 parents fc94dae + 3db4a20 commit 62cacf4
Show file tree
Hide file tree
Showing 27 changed files with 664 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,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, sockets, decimal
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, sockets, decimal, grpc
ini-values: error_reporting=E_ALL
coverage: none
tools: phive
Expand Down Expand Up @@ -165,7 +165,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, decimal
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, decimal, grpc
ini-values: error_reporting=E_ALL
coverage: none

Expand Down
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, sockets, decimal
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, sockets, decimal, grpc
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, sockets, decimal
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, sockets, decimal, grpc
ini-values: error_reporting=E_ALL
coverage: none
tools: phive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refactoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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, sockets, decimal
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, sockets, decimal, grpc
ini-values: error_reporting=E_ALL
coverage: none

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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, sockets, decimal
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, sockets, decimal, grpc
ini-values: error_reporting=E_ALL
coverage: none

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 @@ -35,7 +35,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, sockets, decimal
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, opcache, pcntl, posix, sockets, decimal, grpc
ini-values: error_reporting=E_ALL
coverage: none

Expand Down Expand Up @@ -89,7 +89,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, sockets, decimal
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, pdo_mysql, curl, fileinfo, opcache, pcntl, posix, sockets, decimal, grpc
ini-values: error_reporting=E_ALL
coverage: xdebug

Expand Down
6 changes: 3 additions & 3 deletions .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, sockets, decimal
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, pdo_mysql, pdo_sqlite, curl, fileinfo, opcache, pcntl, posix, sockets, decimal, grpc
ini-values: error_reporting=E_ALL
coverage: xdebug

Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
uses: shivammathur/[email protected]
with:
php-version: ${{ matrix.php-version }}
extensions: mbstring, pdo, pdo_sqlite, decimal
extensions: mbstring, pdo, pdo_sqlite, decimal, grpc
ini-values: error_reporting=E_ALL
coverage: xdebug

Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
uses: shivammathur/[email protected]
with:
php-version: ${{ matrix.php-version }}
extensions: mbstring, pdo, pdo_sqlite, decimal
extensions: mbstring, pdo, pdo_sqlite, decimal, grpc
ini-values: error_reporting=E_ALL
coverage: xdebug

Expand Down
3 changes: 2 additions & 1 deletion app/composer-require-checker.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"Spiral\\DatabaseSeeder\\Attribute\\Seeder",
"Spiral\\DatabaseSeeder\\Bootloader\\DatabaseSeederBootloader",
"Spiral\\DatabaseSeeder\\Factory\\AbstractFactory",
"Spiral\\DatabaseSeeder\\Seeder\\AbstractSeeder"
"Spiral\\DatabaseSeeder\\Seeder\\AbstractSeeder",
"OpenApi\\Attributes\\Property"
]
}
3 changes: 3 additions & 0 deletions app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"require": {
"php": "^8.3",
"ext-decimal": "*",
"ext-grpc": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-sockets": "*",
Expand All @@ -48,10 +49,12 @@
"eventsauce/eventsauce": "^3.6",
"illuminate/collections": "^9.52",
"monolog/monolog": "^3.8",
"nesbot/carbon": "^2.72",
"ramsey/uuid": "^4.7",
"spiral-packages/laravel-validator": "^1.1",
"spiral-packages/league-event": "^1.0",
"spiral-packages/scheduler": "^2.3",
"spiral-packages/swagger-php": "^1.0",
"spiral-packages/yii-error-handler-bridge": "^1.1",
"spiral/cycle-bridge": "^2.10",
"spiral/data-grid-bridge": "^3.0",
Expand Down
175 changes: 159 additions & 16 deletions app/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 62cacf4

Please sign in to comment.