From 073a0f9c1eb1cebac8f93ca9ab27e7fea6be968b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adam=20W=C3=B3js?= <adam@wojs.pl>
Date: Fri, 10 May 2024 11:48:30 +0200
Subject: [PATCH] Bump PHP version in p.sh configuration

---
 resources/platformsh/ibexa-commerce/5.0/.platform.app.yaml   | 2 +-
 resources/platformsh/ibexa-experience/5.0/.platform.app.yaml | 2 +-
 resources/platformsh/ibexa-headless/5.0/.platform.app.yaml   | 2 +-
 resources/platformsh/ibexa-oss/5.0/.platform.app.yaml        | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/resources/platformsh/ibexa-commerce/5.0/.platform.app.yaml b/resources/platformsh/ibexa-commerce/5.0/.platform.app.yaml
index ea0664b..16653f6 100644
--- a/resources/platformsh/ibexa-commerce/5.0/.platform.app.yaml
+++ b/resources/platformsh/ibexa-commerce/5.0/.platform.app.yaml
@@ -16,7 +16,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/5.0/.platform.app.yaml b/resources/platformsh/ibexa-experience/5.0/.platform.app.yaml
index 7439b50..a4f2e55 100644
--- a/resources/platformsh/ibexa-experience/5.0/.platform.app.yaml
+++ b/resources/platformsh/ibexa-experience/5.0/.platform.app.yaml
@@ -16,7 +16,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-headless/5.0/.platform.app.yaml b/resources/platformsh/ibexa-headless/5.0/.platform.app.yaml
index 7439b50..a4f2e55 100644
--- a/resources/platformsh/ibexa-headless/5.0/.platform.app.yaml
+++ b/resources/platformsh/ibexa-headless/5.0/.platform.app.yaml
@@ -16,7 +16,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/5.0/.platform.app.yaml b/resources/platformsh/ibexa-oss/5.0/.platform.app.yaml
index 954a313..55bf5eb 100644
--- a/resources/platformsh/ibexa-oss/5.0/.platform.app.yaml
+++ b/resources/platformsh/ibexa-oss/5.0/.platform.app.yaml
@@ -16,7 +16,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