From e554b78dd91922ac9e2cbb36139f65303ba5018b Mon Sep 17 00:00:00 2001 From: Julien Loizelet Date: Mon, 13 Feb 2023 17:12:30 +0900 Subject: [PATCH] feat(*): Prepare release 1.4.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 820be59..b3ffd59 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ _We will suppose here that you want to test on a Magento 2.4.5 instance with PHP You can add the following step in your workflow: ```yaml -- uses: julienloizelet/github-actions-magento2-ddev-installation@v1.3.0 +- uses: julienloizelet/github-actions-magento2-ddev-installation@v1.4.0 with: php_version: "8.1" magento_version: "2.4.5"