Skip to content

Commit

Permalink
Merge pull request #6 from customgento/DEV-569-update-module-youtube-…
Browse files Browse the repository at this point in the history
…no-cookie-m2

Update module and github actions, DEV-569
  • Loading branch information
sprankhub authored May 30, 2024
2 parents 8230cbc + 0c90587 commit e037068
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_YouTubeNoCookie
composer_name: customgento/module-youtube-no-cookie-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-youtube-no-cookie-m2
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ext-pcre": "*",
"magento/module-catalog": "~103.0||~104.0",
"magento/module-product-video": "~100.0",
"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"
},
"type": "magento2-module",
"license": "OSL-3.0",
Expand Down

0 comments on commit e037068

Please sign in to comment.