diff options
author | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2024-06-30 15:23:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-30 15:23:32 +0200 |
commit | 2787c8f2a79868ff6d537659c3e2a3a1ac4903a6 (patch) | |
tree | b18a43ada3d544761be215822af70c5d9c10bc78 /.github/ISSUE_TEMPLATE/BUG_REPORT.yml | |
parent | 9ed96d766a2735acf2b2c130b4373c3684ed0025 (diff) | |
download | nextcloud-server-2787c8f2a79868ff6d537659c3e2a3a1ac4903a6.tar.gz nextcloud-server-2787c8f2a79868ff6d537659c3e2a3a1ac4903a6.zip |
chore: Keep v28 supported PHP 8.0
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Diffstat (limited to '.github/ISSUE_TEMPLATE/BUG_REPORT.yml')
-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 269e6fe5ae7..d5038c03f23 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -110,6 +110,7 @@ body: Select PHP engine version serving Nextcloud Server. _Describe in the "Additional info" section if you chose "Other"._ options: + - "PHP 8.0" - "PHP 8.1" - "PHP 8.2" - "PHP 8.3" |