Unverified Commit d7835559 authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

php: 8.3 -> 8.4

The default PHP is now the latest version of the interpreter available.
parent 6f316e6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.

+1 −1
Original line number Diff line number Diff line
@@ -6869,7 +6869,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;