Skip to content

Commit 6a3fec8

Browse files
committed
feat: add PHP 8.4 compatibility for Magento 2.4.7-p5 in workflow
1 parent 2f5745e commit 6a3fec8

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/magento-compatibility.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
php-version: '8.3'
2020
- magento-version: '2.4.7-p5'
2121
php-version: '8.3'
22+
- magento-version: '2.4.7-p5'
23+
php-version: '8.4'
2224

2325
services:
2426
mysql:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
77
## UNRELEASED
88

99
- docs: clean up `CHANGELOG.md`
10+
- feat: add PHP 8.4 and Magento 2.4.7p5 compatibilty check
1011
- removed: removed Github Action to watch for Changelog edits
1112

1213
## Latest Release

0 commit comments

Comments
 (0)