From 2d74eb459261af4d586cb43889c1b576b0a5aca5 Mon Sep 17 00:00:00 2001
From: Julian Rother <julian@cccv.de>
Date: Sun, 29 Oct 2023 02:58:42 +0200
Subject: [PATCH] Update PHP version

---
 debian/control       | 2 +-
 gitlabci-version.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 21c8e91..3e2210b 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Git: https://git.cccv.de/infra/packages/dokuwiki.git
 Package: dokuwiki
 Architecture: all
 Depends:
-  php (<< 2:8),
+  php (<< 2:9),
 Suggests:
   php-gd,
 Description: Simple to use and highly versatile Open Source wiki software
diff --git a/gitlabci-version.yml b/gitlabci-version.yml
index 71a39e4..d702af0 100644
--- a/gitlabci-version.yml
+++ b/gitlabci-version.yml
@@ -1,2 +1,2 @@
 variables:
-  UPSTREAM_VERSION: release-2022-07-31b
\ No newline at end of file
+  UPSTREAM_VERSION: release-2023-04-04a
\ No newline at end of file
-- 
GitLab