Skip to content

Commit

Permalink
Merge pull request #30 from customgento/DEV-569-update-module-cookieb…
Browse files Browse the repository at this point in the history
…ot-m2

Update module and github actions, DEV-569
  • Loading branch information
sprankhub committed May 26, 2024
2 parents e2c419d + 0879400 commit 8fee6e1
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_Cookiebot
composer_name: customgento/module-cookiebot-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-cookiebot-m2
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8fee6e1

Please sign in to comment.