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
3 changed files with 3 additions and 3 deletions
@@ -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. -->
+1 -1
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
+1 -1
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;