Skip to content

Commit 1205e34

Browse files
Fix failing 2.4.2 test (#534)
1 parent 5425d09 commit 1205e34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-actions.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
integration-tests:
1212
strategy:
1313
matrix:
14-
magento_version: [2.3.7-p3, 2.4.2]
14+
magento_version: [2.3.7-p3, 2.4.3-p1]
1515
name: Release Actions
1616
if: ${{github.event.pull_request.merged == true && contains(github.head_ref, 'release/') && !contains(github.head_ref, 'revert')}}
1717
runs-on: ubuntu-latest
@@ -61,9 +61,9 @@ jobs:
6161
composer_name: multisafepay/magento2-core
6262
ce_version: '${{ matrix.magento_version }}'
6363
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'
6565
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
6767
env:
6868
MAGENTO_MARKETPLACE_USERNAME: ${{ secrets.MAGENTO_MARKETPLACE_USERNAME }}
6969
MAGENTO_MARKETPLACE_PASSWORD: ${{ secrets.MAGENTO_MARKETPLACE_PASSWORD }}

0 commit comments

Comments
 (0)