From 31accf2549e7de476800781e0b74779401c5f8fb Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Wed, 10 Jul 2024 13:40:45 +0200 Subject: [PATCH] Bump PHP version in p.sh configuration for 1.0 branch (DXP 3.3) (#79) --- resources/platformsh/ibexa-commerce/3.3/.platform.app.yaml | 2 +- resources/platformsh/ibexa-content/3.3/.platform.app.yaml | 2 +- resources/platformsh/ibexa-experience/3.3/.platform.app.yaml | 2 +- resources/platformsh/ibexa-oss/3.3/.platform.app.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/platformsh/ibexa-commerce/3.3/.platform.app.yaml b/resources/platformsh/ibexa-commerce/3.3/.platform.app.yaml index a085aea..0d52d47 100644 --- a/resources/platformsh/ibexa-commerce/3.3/.platform.app.yaml +++ b/resources/platformsh/ibexa-commerce/3.3/.platform.app.yaml @@ -15,7 +15,7 @@ dependencies: composer/composer: '^2.0' # The type of the application to build. -type: php:8.1 +type: php:8.3 build: # "none" means we're running composer manually, see build hook diff --git a/resources/platformsh/ibexa-content/3.3/.platform.app.yaml b/resources/platformsh/ibexa-content/3.3/.platform.app.yaml index b1a71ba..f6ca04d 100644 --- a/resources/platformsh/ibexa-content/3.3/.platform.app.yaml +++ b/resources/platformsh/ibexa-content/3.3/.platform.app.yaml @@ -15,7 +15,7 @@ dependencies: composer/composer: '^2.0' # The type of the application to build. -type: php:8.1 +type: php:8.3 build: # "none" means we're running composer manually, see build hook diff --git a/resources/platformsh/ibexa-experience/3.3/.platform.app.yaml b/resources/platformsh/ibexa-experience/3.3/.platform.app.yaml index b1a71ba..f6ca04d 100644 --- a/resources/platformsh/ibexa-experience/3.3/.platform.app.yaml +++ b/resources/platformsh/ibexa-experience/3.3/.platform.app.yaml @@ -15,7 +15,7 @@ dependencies: composer/composer: '^2.0' # The type of the application to build. -type: php:8.1 +type: php:8.3 build: # "none" means we're running composer manually, see build hook diff --git a/resources/platformsh/ibexa-oss/3.3/.platform.app.yaml b/resources/platformsh/ibexa-oss/3.3/.platform.app.yaml index 8e9defe..7d4451e 100644 --- a/resources/platformsh/ibexa-oss/3.3/.platform.app.yaml +++ b/resources/platformsh/ibexa-oss/3.3/.platform.app.yaml @@ -15,7 +15,7 @@ dependencies: composer/composer: '^2.0' # The type of the application to build. -type: php:8.1 +type: php:8.3 build: # "none" means we're running composer manually, see build hook