File tree 3 files changed +14
-0
lines changed
3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 19
19
strategy :
20
20
matrix :
21
21
include :
22
+ - magento-version : magento-ce-2.4.2-p1
23
+ operating-system : ubuntu-latest
24
+ php-version : 7.4
25
+ mysql-version : 8.0
26
+ elsticsearch-version : 7.9.0
27
+
22
28
- magento-version : magento-ce-2.4.2
23
29
operating-system : ubuntu-latest
24
30
php-version : 7.4
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ RECENT CHANGES
7
7
- Add: ui_bookmark to admin group (by Leland Clemmons)
8
8
- Add: inventory_reservation to @sales group (by Dan Wallis)
9
9
- Add: mailchimp table group (by Timon de Groot)
10
+ - Add: Magento 2.4.2-p1 (by Christian Münch)
10
11
- Fix: Changed filename in README where database config comes from. (by Martien Mortiaux)
11
12
- Fix: Remove whitespace to fix code violations (by Christian Münch)
12
13
- Fix: Remove push trigger for tests / github actions (by Christian Münch)
Original file line number Diff line number Diff line change @@ -297,6 +297,13 @@ commands:
297
297
298
298
N98\Magento\Command\Installer\InstallCommand :
299
299
magento-packages :
300
+ - name : magento-ce-2.4.2-p1
301
+ package : magento/project-community-edition
302
+ version : 2.4.2-p1
303
+ options :
304
+ prefer-dist : true
305
+ stability : alpha
306
+ repository-url : https://repo.magento.com
300
307
- name : magento-ce-2.4.2
301
308
package : magento/project-community-edition
302
309
version : 2.4.2
You can’t perform that action at this time.
0 commit comments