owncloud / docs-server

ownCloud Server Documentation
https://doc.owncloud.com
GNU Affero General Public License v3.0
12 stars 28 forks source link

PHP 7.3 support will get dropped - needs documentation #661

Closed mmattel closed 1 year ago

mmattel commented 1 year ago

WHAT Needs to be Documented?

Removal of PHP7.3 support

WHERE Does This Need To Be Documented (Link)?

https://doc.owncloud.com/server/next/admin_manual/installation/system_requirements.html https://doc.owncloud.com/server/next/admin_manual/installation/manual_installation/manual_installation_prerequisites.html

WHY Should This Change Be Made?

References: https://github.com/owncloud/core/pull/40394 ([full-ci] Drop PHP 7.3)

(Optional) What Type Of Content Change Is This?

(Optional) Which Manual Does This Relate To?

@phil-davis fyi

mmattel commented 1 year ago

@phil-davis I "guess" that php7.3 support has been removed from core and will be published in 10.12, means we need to adapt the antora.yml file in this repo/master. Currently we have:

asciidoc:
  attributes:
    minimum-php-version: '7.3'
    minimum-php-printed: '7.3.0'
    minimum-php-version-short-code: '73'
    recommended-php-version: '7.4'
    recommended-php-version-short-code: '74'
    supported-php-versions: '7.3 and 7.4'

Can you advice?

phil-davis commented 1 year ago

Yes, PHP 7.3 support is dropped in the upcoming core 10.12 release.

core 10.12 must run PHP 7.4