Skip to content

Commit

Permalink
Use Composer v2
Browse files Browse the repository at this point in the history
  • Loading branch information
sprankhub committed Aug 5, 2024
1 parent c940533 commit 5cc9158
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,20 @@ jobs:
module_name: FireGento_MageSetup
composer_name: firegento/magesetup2
magento_version: '2.4.5-p8'
composer_version: '2'
- uses: actions/checkout@v4
- name: M2 Integration Tests with Magento 2 Version 2.4.6-p6 (PHP 8.2)
uses: extdn/github-actions-m2/magento-integration-tests/8.2@master
with:
module_name: FireGento_MageSetup
composer_name: firegento/magesetup2
magento_version: '2.4.6-p6'
composer_version: '2'
- uses: actions/checkout@v4
- name: M2 Integration Tests with Magento 2 Version 2.4.7-p1 (PHP 8.3)
uses: extdn/github-actions-m2/magento-integration-tests/8.3@master
with:
module_name: FireGento_MageSetup
composer_name: firegento/magesetup2
magento_version: '2.4.7-p1'
composer_version: '2'

0 comments on commit 5cc9158

Please sign in to comment.