diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 2703dc7..04b263e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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 diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index b2c3ac0..be8ebbf 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -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 diff --git a/composer.json b/composer.json index 4aaa3f8..fee7e93 100644 --- a/composer.json +++ b/composer.json @@ -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",