diff options
author | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2023-06-08 11:34:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-08 11:34:44 +0200 |
commit | b12dc653926bb5d51db9500c953ff638ee031e99 (patch) | |
tree | 9d671fa750046716b6023a237ac416edb27f7ae4 /.github | |
parent | 811f313aa380910fd877f9258a9038d2c5e644c6 (diff) | |
download | nextcloud-server-b12dc653926bb5d51db9500c953ff638ee031e99.tar.gz nextcloud-server-b12dc653926bb5d51db9500c953ff638ee031e99.zip |
v25 supports php7.4
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index bb3ef515fce..ea76ac371fa 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -103,6 +103,7 @@ body: Select PHP engine version serving Nextcloud Server. _Describe in the "Additional info" section if you chose "Other"._ options: + - "PHP 7.4" - "PHP 8.0" - "PHP 8.1" - "PHP 8.2" |