Skip to content

Commit dfb8be2

Browse files
committed
feat!(setup-magento): update default to use Magento v2.4.8-p3
1 parent 6179ca5 commit dfb8be2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/_internal-setup-magento.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- uses: graycoreio/github-actions-magento2/cache-magento@main
132132
with:
133133
mode: 'extension'
134-
composer_cache_key: 'magento/project-community-edition:2.4.8'
134+
composer_cache_key: 'magento/project-community-edition:2.4.8-p3'
135135

136136
- run: composer install
137137
name: Composer install

setup-magento/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "This action sets up a Magento instance for further actions like ru
55
inputs:
66
php-version:
77
description: "Setup PHP version."
8-
default: "8.1"
8+
default: "8.4"
99
required: true
1010

1111
tools:
@@ -27,7 +27,7 @@ inputs:
2727

2828
magento_version:
2929
required: false
30-
default: '~2.4.5'
30+
default: 'magento/project-community-edition:2.4.8-p3'
3131
description: "The version of Magento to use. This is only relevant if you are testing an extension."
3232

3333
apply_fixes:

0 commit comments

Comments
 (0)