mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
feat: upgrade setup-magento action test to v2.4.8-p3 (#198)
This commit is contained in:
@@ -122,11 +122,11 @@ jobs:
|
|||||||
id: setup-magento
|
id: setup-magento
|
||||||
with:
|
with:
|
||||||
php-version: 8.4
|
php-version: 8.4
|
||||||
tools: composer:v2
|
tools: composer:v2.8
|
||||||
mode: extension
|
mode: extension
|
||||||
magento_repository: ${{ env.MAGENTO_COMPOSER_REPO }}
|
magento_repository: ${{ env.MAGENTO_COMPOSER_REPO }}
|
||||||
composer_auth: ${{ secrets.COMPOSER_AUTH }}
|
composer_auth: ${{ secrets.COMPOSER_AUTH }}
|
||||||
magento_version: magento/project-community-edition:2.4.8
|
magento_version: magento/project-community-edition:2.4.8-p3
|
||||||
|
|
||||||
- uses: graycoreio/github-actions-magento2/cache-magento@main
|
- uses: graycoreio/github-actions-magento2/cache-magento@main
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user