We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5745e commit 6a3fec8Copy full SHA for 6a3fec8
2 files changed
.github/workflows/magento-compatibility.yml
@@ -19,6 +19,8 @@ jobs:
19
php-version: '8.3'
20
- magento-version: '2.4.7-p5'
21
22
+ - magento-version: '2.4.7-p5'
23
+ php-version: '8.4'
24
25
services:
26
mysql:
CHANGELOG.md
@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
7
## UNRELEASED
8
9
- docs: clean up `CHANGELOG.md`
10
+- feat: add PHP 8.4 and Magento 2.4.7p5 compatibilty check
11
- removed: removed Github Action to watch for Changelog edits
12
13
## Latest Release
0 commit comments