We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbae9c commit 3258446Copy full SHA for 3258446
.github/workflows/integration.yml
@@ -72,14 +72,6 @@ jobs:
72
ce_version: '2.4.4-p1'
73
composer_version: '2'
74
- uses: actions/checkout@v2
75
- - name: M2 Integration Tests with Magento 2 Version 2.4.5 (PHP 7.4)
76
- uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
77
- with:
78
- module_name: CustomGento_CliTaxEditor
79
- composer_name: customgento/module-cli-tax-editor-m2
80
- ce_version: '2.4.5'
81
- composer_version: '2'
82
- - uses: actions/checkout@v2
83
- name: M2 Integration Tests with Magento 2 Version 2.4.5 (PHP 8.1)
84
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
85
with:
0 commit comments