Skip to content

Commit 6e58a15

Browse files
digitalrisedorsetHerve Tribouilloy
andauthored
feat(setup-magento): align with upstream defaults (#355)
Co-authored-by: Herve Tribouilloy <herve@digitalrisedorset.co.uk>
1 parent 87a294d commit 6e58a15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.3"
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.7-p4'
30+
default: '~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)