diff --git a/.github/workflows/magento-compatibility.yml b/.github/workflows/magento-compatibility.yml index 71f03e68..072b9862 100644 --- a/.github/workflows/magento-compatibility.yml +++ b/.github/workflows/magento-compatibility.yml @@ -24,6 +24,9 @@ jobs: - magento-version: "2.4.9-beta1" php-version: "8.4" search-engine-name: "opensearch" + - magento-version: "2.4.9-beta1" + php-version: "8.5" + search-engine-name: "opensearch" services: mysql: diff --git a/composer.json b/composer.json index 9bc5a02f..e8e18a2d 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "openforgeproject/mageforge", - "description": "Magento 2 module for frontend wizardry~", + "description": "Magento 2 module for frontend workflow automation", "version": "0.15.1", "license": "GPL-3.0", "type": "magento2-module", @@ -13,6 +13,8 @@ } }, "require": { + "php": "~8.3.0||~8.4.0||~8.5.0", + "magento/framework": "103.0.*", "laravel/prompts": "^0.3.5" } }