Skip to content

Commit f5123f0

Browse files
committed
Add Magento CE 2.4.2-p1
1 parent 70e55af commit f5123f0

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.github/workflows/tests.yml

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
strategy:
2020
matrix:
2121
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+
2228
- magento-version: magento-ce-2.4.2
2329
operating-system: ubuntu-latest
2430
php-version: 7.4

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RECENT CHANGES
77
- Add: ui_bookmark to admin group (by Leland Clemmons)
88
- Add: inventory_reservation to @sales group (by Dan Wallis)
99
- Add: mailchimp table group (by Timon de Groot)
10+
- Add: Magento 2.4.2-p1 (by Christian Münch)
1011
- Fix: Changed filename in README where database config comes from. (by Martien Mortiaux)
1112
- Fix: Remove whitespace to fix code violations (by Christian Münch)
1213
- Fix: Remove push trigger for tests / github actions (by Christian Münch)

config.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,13 @@ commands:
297297

298298
N98\Magento\Command\Installer\InstallCommand:
299299
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
300307
- name: magento-ce-2.4.2
301308
package: magento/project-community-edition
302309
version: 2.4.2

0 commit comments

Comments
 (0)