File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: "This action sets up a Magento instance for further actions like ru
55inputs :
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 :
You can’t perform that action at this time.
0 commit comments