sabre-io / Baikal

Baïkal is a Calendar+Contacts server
https://sabre.io/baikal/
GNU General Public License v3.0
2.42k stars 281 forks source link

What is the highest supported version of PHP? #1243

Closed toby63 closed 3 months ago

toby63 commented 4 months ago

The release notes of 0.9.4 talk about PHP 8.2.

The install instructions say PHP 7.

Reihar commented 4 months ago

Hi @toby63 ! I was able to run it in PHP 8.1 but not later versions.

To save you some time, here are the extensions I had to manually install (as they are separate packages in my distribution). Some of them further had to be enabled in the php.ini for PHP 8.1.

toby63 commented 4 months ago

@Reihar Thx for the answer. I use PHP 8.1 now too.

I had to activate even more extensions, but I think it depends on the distros, which ones are already activated etc., but they still should be mentioned in the instructions too.

phil-davis commented 4 months ago

The CI runs with PHP 7.4 through to 8.3 inclusive. But that only has code-style and PHP analysis (phpstan) tools running. There are not actual unit tests or end-to-end tests run in CI.