File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
integration-tests :
12
12
strategy :
13
13
matrix :
14
- magento_version : [2.3.7-p3, 2.4.2 ]
14
+ magento_version : [2.3.7-p3, 2.4.3-p1 ]
15
15
name : Release Actions
16
16
if : ${{github.event.pull_request.merged == true && contains(github.head_ref, 'release/') && !contains(github.head_ref, 'revert')}}
17
17
runs-on : ubuntu-latest
61
61
composer_name : multisafepay/magento2-core
62
62
ce_version : ' ${{ matrix.magento_version }}'
63
63
magento_pre_install_script : .github/workflows/magento-integration-tests-pre-phpunit.sh
64
- - if : matrix.magento_version == '2.4.2 '
64
+ - if : matrix.magento_version == '2.4.3-p1 '
65
65
name : M2 Integration Tests on ${{ matrix.magento_version }}
66
- uses : extdn /github-actions-m2/magento-integration-tests/7.4@master
66
+ uses : MultiSafepay /github-actions-m2/magento-integration-tests/7.4@master
67
67
env :
68
68
MAGENTO_MARKETPLACE_USERNAME : ${{ secrets.MAGENTO_MARKETPLACE_USERNAME }}
69
69
MAGENTO_MARKETPLACE_PASSWORD : ${{ secrets.MAGENTO_MARKETPLACE_PASSWORD }}
You can’t perform that action at this time.
0 commit comments