Skip to content

Commit 4091e3a

Browse files
committed
Update samples with versions and options
1 parent 43062c8 commit 4091e3a

6 files changed

Lines changed: 31 additions & 11 deletions

examples/extdn-integration-tests-with-elasticsearch.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@ jobs:
2626
- uses: actions/checkout@v2
2727
- uses: extdn/github-actions-m2/magento-integration-tests/7.3@master
2828
env:
29-
MAGENTO_VERSION: '2.3.6'
29+
MAGENTO_VERSION: '2.3.7-p3'
3030
- uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
3131
env:
32-
MAGENTO_VERSION: '2.4.3-p1'
32+
MAGENTO_VERSION: '2.4.3-p2'
33+
COMPOSER_VERSION: '2'
34+
- uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
35+
env:
36+
MAGENTO_VERSION: '2.4.4'
3337
COMPOSER_VERSION: '2'

examples/extdn-integration-tests-with-marketplace.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ jobs:
2828
ELASTICSEARCH: 1
2929
steps:
3030
- uses: actions/checkout@v2
31+
- uses: extdn/github-actions-m2/magento-integration-tests/7.3@master
32+
env:
33+
MAGENTO_VERSION: '2.3.7-p3'
3134
- uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
3235
env:
33-
MAGENTO_VERSION: '2.4.3-p1'
36+
MAGENTO_VERSION: '2.4.3-p2'
37+
COMPOSER_VERSION: '2'
38+
- uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
39+
env:
40+
MAGENTO_VERSION: '2.4.4'
41+
COMPOSER_VERSION: '2'

examples/extdn-integration-tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ jobs:
2020
- uses: actions/checkout@v2
2121
- uses: extdn/github-actions-m2/magento-integration-tests/7.3@master
2222
env:
23-
MAGENTO_VERSION: '2.3.6'
23+
MAGENTO_VERSION: '2.3.7-p3'
2424
- uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
2525
env:
26-
MAGENTO_VERSION: '2.4.3-p1'
26+
MAGENTO_VERSION: '2.4.3-p2'
27+
COMPOSER_VERSION: '2'
28+
- uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
29+
env:
30+
MAGENTO_VERSION: '2.4.4'
2731
COMPOSER_VERSION: '2'

examples/extdn-phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
COMPOSER_VERSION: 2
1212
steps:
1313
- uses: actions/checkout@v2
14-
- uses: extdn/github-actions-m2/magento-phpstan@master
14+
- uses: extdn/github-actions-m2/magento-phpstan/8.1@master

examples/extdn-static-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
- uses: extdn/github-actions-m2/magento-coding-standard@master
10+
- uses: extdn/github-actions-m2/magento-coding-standard/8.1@master
11+
with:
12+
phpcs_severity: 8
13+
phpcs_report: full
14+
phpcs_extensions: php

examples/extdn-unit-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: extdn/github-actions-m2/magento-unit-tests/7.3@master
1414
env:
15-
MAGENTO_VERSION: '2.3.6'
15+
MAGENTO_VERSION: '2.3.7-p3'
1616
- uses: extdn/github-actions-m2/magento-unit-tests/7.4@master
1717
env:
18-
MAGENTO_VERSION: '2.4.2'
19-
- uses: extdn/github-actions-m2/magento-unit-tests/7.4@master
18+
MAGENTO_VERSION: '2.4.3-p2'
19+
- uses: extdn/github-actions-m2/magento-unit-tests/8.1@master
2020
env:
21-
MAGENTO_VERSION: '2.4.3-p1'
21+
MAGENTO_VERSION: '2.4.4'
2222
COMPOSER_VERSION: '2'

0 commit comments

Comments
 (0)