mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
feat!(setup-magento): update default to use Magento v2.4.8-p3
This commit is contained in:
@@ -131,7 +131,7 @@ jobs:
|
|||||||
- uses: graycoreio/github-actions-magento2/cache-magento@main
|
- uses: graycoreio/github-actions-magento2/cache-magento@main
|
||||||
with:
|
with:
|
||||||
mode: 'extension'
|
mode: 'extension'
|
||||||
composer_cache_key: 'magento/project-community-edition:2.4.8'
|
composer_cache_key: 'magento/project-community-edition:2.4.8-p3'
|
||||||
|
|
||||||
- run: composer install
|
- run: composer install
|
||||||
name: Composer install
|
name: Composer install
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ description: "This action sets up a Magento instance for further actions like ru
|
|||||||
inputs:
|
inputs:
|
||||||
php-version:
|
php-version:
|
||||||
description: "Setup PHP version."
|
description: "Setup PHP version."
|
||||||
default: "8.1"
|
default: "8.4"
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
tools:
|
tools:
|
||||||
@@ -27,7 +27,7 @@ inputs:
|
|||||||
|
|
||||||
magento_version:
|
magento_version:
|
||||||
required: false
|
required: false
|
||||||
default: '~2.4.5'
|
default: 'magento/project-community-edition:2.4.8-p3'
|
||||||
description: "The version of Magento to use. This is only relevant if you are testing an extension."
|
description: "The version of Magento to use. This is only relevant if you are testing an extension."
|
||||||
|
|
||||||
apply_fixes:
|
apply_fixes:
|
||||||
|
|||||||
Reference in New Issue
Block a user