Merge: php: 8.3 -> 8.4 (#394112)

This commit is contained in:
Maximilian Bosch 2025-03-30 22:54:31 +02:00 committed by GitHub
commit 97d215cf17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
NEWS can been viewed from Emacs by typing `C-h n`, or by clicking `Help->Emacs News` from the menu bar.
It can also be browsed [online](https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-30).
- The default PHP version has been updated to 8.3.
- The default PHP version has been updated to 8.4.
- The default Erlang OTP version has been updated to 27.

View File

@ -158,7 +158,7 @@ in
systemd.services.selfoss-update = {
serviceConfig = {
ExecStart = "${pkgs.php}/bin/php ${dataDir}/cliupdate.php";
ExecStart = "${pkgs.php83}/bin/php ${dataDir}/cliupdate.php";
User = "${cfg.user}";
};
startAt = "hourly";

View File

@ -6862,7 +6862,7 @@ with pkgs;
# PHP interpreters, packages and extensions.
#
# Set default PHP interpreter, extensions and packages
php = php83;
php = php84;
phpExtensions = php.extensions;
phpPackages = php.packages;