Unverified Commit 57ff99d7 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

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

parents f4bcc259 d2ed8983
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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;