diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2023-11-27 11:52:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 11:52:42 +0100 |
commit | 41d3112107658e314dbcc8c2f11bd26abdd2dc27 (patch) | |
tree | 1075229f52cfd1cbf5559cf52779b717e0a53f6c /.github/ISSUE_TEMPLATE | |
parent | e4162798b8b021f16b1cb5a5c7d4faa49ed4d006 (diff) | |
download | nextcloud-server-41d3112107658e314dbcc8c2f11bd26abdd2dc27.tar.gz nextcloud-server-41d3112107658e314dbcc8c2f11bd26abdd2dc27.zip |
Update list of PHP versions
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 74eb31507a2..93c213ecc3e 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -101,10 +101,10 @@ 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" + - "PHP 8.3" - "Other" - type: dropdown id: webserver |