Skip to content

Commit

Permalink
Update module and github actions, DEV-569
Browse files Browse the repository at this point in the history
  • Loading branch information
RanaMuhammadIrshad committed May 24, 2024
1 parent 3959c74 commit e59a486
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ on: [push, pull_request]
jobs:
integration:
uses: customgento/m2-github-actions/.github/workflows/integration.yml@main
with:
module_name: CustomGento_Invoice
composer_name: customgento/module-invoice-m2
2 changes: 2 additions & 0 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ on: [push, pull_request]
jobs:
phpstan:
uses: customgento/m2-github-actions/.github/workflows/phpstan.yml@main
with:
composer_name: customgento/module-invoice-m2
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "customgento/module-invoice-m2",
"description": "This Magento 2 module extends the default purchase order payment method by a customer group and admin filter.",
"require": {
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0",
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "~102.0||~103.0",
"magento/module-backend": "~101.0||~102.0",
"magento/module-config": "~101.1",
Expand Down

0 comments on commit e59a486

Please sign in to comment.