Skip to content

Commit 740468f

Browse files
authored
Merge pull request #6 from customgento/DEV-569-update-module-remove-viewed-prodcuts
Update module and github actions, DEV-569
2 parents 878980b + e2887aa commit 740468f

File tree

4 files changed

+7
-19
lines changed

4 files changed

+7
-19
lines changed

.github/workflows/coding-standard.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,5 @@ name: ExtDN M2 Coding Standard
22
on: [push, pull_request]
33

44
jobs:
5-
static:
6-
name: M2 Coding Standard
7-
runs-on: ubuntu-latest
8-
steps:
9-
- uses: actions/checkout@v4
10-
- uses: extdn/github-actions-m2/magento-coding-standard@master
5+
phpcs:
6+
uses: customgento/m2-github-actions/.github/workflows/coding-standard.yml@main

.github/workflows/mess-detector.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,4 @@ on: [push, pull_request]
33

44
jobs:
55
phpmd:
6-
name: M2 Mess Detector
7-
runs-on: ubuntu-latest
8-
steps:
9-
- uses: actions/checkout@v4
10-
- uses: extdn/github-actions-m2/magento-mess-detector@master
6+
uses: customgento/m2-github-actions/.github/workflows/mess-detector.yml@main

.github/workflows/phpstan.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ on: [push, pull_request]
33

44
jobs:
55
phpstan:
6-
name: M2 PHPStan
7-
runs-on: ubuntu-latest
8-
steps:
9-
- uses: actions/checkout@v4
10-
- uses: extdn/github-actions-m2/magento-phpstan@master
11-
with:
12-
composer_name: customgento/module-remove-viewed-products-m2
6+
uses: customgento/m2-github-actions/.github/workflows/phpstan.yml@main
7+
with:
8+
composer_name: customgento/module-remove-viewed-products-m2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"magento/framework": "~102.0||~103.0",
1414
"magento/module-catalog": "~103.0||~104.0",
1515
"magento/module-customer": "~102.0||~103.0",
16-
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0"
16+
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0"
1717
},
1818
"autoload": {
1919
"files": [

0 commit comments

Comments
 (0)