Skip to content

Commit

Permalink
Specify Composer version for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fredden committed Dec 28, 2023
1 parent 101473b commit 8b1a170
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
env:
MODULE_NAME: EthanYehuda_CronjobManager
COMPOSER_NAME: ethanyehuda/magento2-cronjobmanager
COMPOSER_VERSION: 2
MAGENTO_MARKETPLACE_USERNAME: ${{env.MAGENTO_MARKETPLACE_USERNAME}}
MAGENTO_MARKETPLACE_PASSWORD: ${{secrets.MAGENTO_MARKETPLACE_PASSWORD}}
MAGENTO_VERSION: '2.4.6'
Expand All @@ -24,6 +25,7 @@ jobs:
env:
MODULE_NAME: EthanYehuda_CronjobManager
COMPOSER_NAME: ethanyehuda/magento2-cronjobmanager
COMPOSER_VERSION: 2
MAGENTO_MARKETPLACE_USERNAME: ${{env.MAGENTO_MARKETPLACE_USERNAME}}
MAGENTO_MARKETPLACE_PASSWORD: ${{secrets.MAGENTO_MARKETPLACE_PASSWORD}}
MAGENTO_VERSION: '2.4.5'
Expand All @@ -37,6 +39,7 @@ jobs:
env:
MODULE_NAME: EthanYehuda_CronjobManager
COMPOSER_NAME: ethanyehuda/magento2-cronjobmanager
COMPOSER_VERSION: 2
MAGENTO_MARKETPLACE_USERNAME: ${{env.MAGENTO_MARKETPLACE_USERNAME}}
MAGENTO_MARKETPLACE_PASSWORD: ${{secrets.MAGENTO_MARKETPLACE_PASSWORD}}
MAGENTO_VERSION: '2.4.4'

0 comments on commit 8b1a170

Please sign in to comment.