From 78593c316cdd3a11f394e16307b4ca5d1717606b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20D=C3=A9siles?= <1536672+jokesterfr@users.noreply.github.com> Date: Thu, 23 Nov 2023 15:16:11 +0100 Subject: [PATCH] Default to 8.1.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 765a4060..1b433382 100755 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ BUILDPLATFORM ?= linux/amd64 TESTING_DOCKER_IMAGE ?= ps-eventbus-testing:latest TESTING_DOCKER_BASE_IMAGE ?= phpdockerio/php80-cli PHP_VERSION ?= 8.2 -PS_VERSION ?= 1.7.8.7 +PS_VERSION ?= 8.1.1 PS_ROOT_DIR ?= $(shell pwd)/prestashop/prestashop-${PS_VERSION} # target: default - Calling build by default