diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 2703dc7..363a0c3 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_Cookiebot + composer_name: customgento/module-cookiebot-m2 diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index b2c3ac0..71a5707 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-cookiebot-m2 diff --git a/composer.json b/composer.json index d550020..df9ebc3 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "magento/framework": "~102.0||~103.0", "magento/module-catalog": "~103.0||~104.0", "magento/module-cms": "~103.0||~104.0", - "php": "~7.4.0||~8.1.0||~8.2.0" + "php": "~7.4.0||~8.1.0||~8.2.0||~8.3.0" }, "require-dev": { "phpunit/phpunit": "~6.5||~9.5",