Merge: php: 8.2 -> 8.3 (#354568)

This commit is contained in:
Maximilian Bosch 2024-11-23 22:24:06 +01:00 committed by GitHub
commit 57ff99d7bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
- Create the first release note entry in this section!
- The default PHP version has been updated to 8.3.
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->

View File

@ -6,7 +6,7 @@ let
user = "castopod";
# https://docs.castopod.org/getting-started/install.html#requirements
phpPackage = pkgs.php.withExtensions ({ enabled, all }: with all; [
phpPackage = pkgs.php82.withExtensions ({ enabled, all }: with all; [
intl
curl
mbstring

View File

@ -7438,7 +7438,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;