Skip to content

Commit 6a4f9fe

Browse files
authored
Merge pull request #7 from customgento/DEV-569-update-module-invoice-m2
Update module and github actions, DEV-569
2 parents 3959c74 + e59a486 commit 6a4f9fe

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/integration.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ on: [push, pull_request]
44
jobs:
55
integration:
66
uses: customgento/m2-github-actions/.github/workflows/integration.yml@main
7+
with:
8+
module_name: CustomGento_Invoice
9+
composer_name: customgento/module-invoice-m2

.github/workflows/phpstan.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ on: [push, pull_request]
44
jobs:
55
phpstan:
66
uses: customgento/m2-github-actions/.github/workflows/phpstan.yml@main
7+
with:
8+
composer_name: customgento/module-invoice-m2

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "customgento/module-invoice-m2",
33
"description": "This Magento 2 module extends the default purchase order payment method by a customer group and admin filter.",
44
"require": {
5-
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0",
5+
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0",
66
"magento/framework": "~102.0||~103.0",
77
"magento/module-backend": "~101.0||~102.0",
88
"magento/module-config": "~101.1",

0 commit comments

Comments
 (0)