mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 05:04:54 +00:00
feat(supported-version): add v2.4.4-p13, v2.4.5-p12, v2.4.6-p10, v2.4.7-p5 and v2.4.8 (#187)
This commit is contained in:
@@ -121,17 +121,17 @@ jobs:
|
||||
- uses: ./setup-magento
|
||||
id: setup-magento
|
||||
with:
|
||||
php-version: 8.1
|
||||
php-version: 8.4
|
||||
tools: composer:v2
|
||||
mode: extension
|
||||
magento_version: magento/project-community-edition:2.4.5-p1
|
||||
magento_repository: ${{ env.MAGENTO_COMPOSER_REPO }}
|
||||
composer_auth: ${{ secrets.COMPOSER_AUTH }}
|
||||
magento_version: magento/project-community-edition:2.4.8
|
||||
|
||||
- uses: graycoreio/github-actions-magento2/cache-magento@main
|
||||
with:
|
||||
mode: 'extension'
|
||||
composer_cache_key: 'magento/project-community-edition:2.4.5-p1'
|
||||
composer_cache_key: 'magento/project-community-edition:2.4.8'
|
||||
|
||||
- run: composer install
|
||||
name: Composer install
|
||||
|
||||
Reference in New Issue
Block a user