We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a294d commit 6e58a15Copy full SHA for 6e58a15
1 file changed
setup-magento/action.yml
@@ -5,7 +5,7 @@ description: "This action sets up a Magento instance for further actions like ru
5
inputs:
6
php-version:
7
description: "Setup PHP version."
8
- default: "8.3"
+ default: "8.4"
9
required: true
10
11
tools:
@@ -27,7 +27,7 @@ inputs:
27
28
magento_version:
29
required: false
30
- default: '~2.4.7-p4'
+ default: '~2.4.8-p3'
31
description: "The version of Magento to use. This is only relevant if you are testing an extension."
32
33
apply_fixes:
0 commit comments