Skip to content

Commit

Permalink
php: 8.2 -> 8.3
Browse files Browse the repository at this point in the history
PHP 8.2 will only receive security patches starting at the end of
November[1], so it makes sense to bump the default version forward.

I looked through all modules with the substring `pkgs.php`[2] and all of
the usages looked fine or were fixed in a commit before this one.

[1] https://www.php.net/supported-versions.php
[2] I didn't take `with`/`let ... in` things into account, but honestly,
    if an application doesn't work with a newer PHP, it should probably
    be pinned down instead of blindly relying on `pkgs.php`.
  • Loading branch information
Ma27 committed Nov 8, 2024
1 parent b0facbe commit 479821d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16104,7 +16104,7 @@ with pkgs;
# PHP interpreters, packages and extensions.
#
# Set default PHP interpreter, extensions and packages
php = php82;
php = php83;
phpExtensions = php.extensions;
phpPackages = php.packages;

Expand Down

0 comments on commit 479821d

Please sign in to comment.