From 087940003a05313d95e22a6989c0f128da1c60ca Mon Sep 17 00:00:00 2001 From: Rana Muhammad Irshad Date: Fri, 24 May 2024 13:50:22 +0200 Subject: [PATCH] Update module and github actions, DEV-569 --- .github/workflows/integration.yml | 3 +++ .github/workflows/phpstan.yml | 2 ++ composer.json | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) 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",