summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2021-11-25 21:38:19 +0100
committerPol Dellaiera <pol.dellaiera@protonmail.com>2021-12-20 15:51:00 +0100
commit3d3479f717769a27e2a4a4e9d0b445cd2bf89dab (patch)
tree5647f051a6bae4a4b5735f207fdfc52dccc7cbc3 /nixos
parentd1f09a6edf27b6339d516ca0eab3fee1164d9ae2 (diff)
downloadnixpkgs-3d3479f717769a27e2a4a4e9d0b445cd2bf89dab.tar
nixpkgs-3d3479f717769a27e2a4a4e9d0b445cd2bf89dab.tar.gz
nixpkgs-3d3479f717769a27e2a4a4e9d0b445cd2bf89dab.tar.bz2
nixpkgs-3d3479f717769a27e2a4a4e9d0b445cd2bf89dab.tar.lz
nixpkgs-3d3479f717769a27e2a4a4e9d0b445cd2bf89dab.tar.xz
nixpkgs-3d3479f717769a27e2a4a4e9d0b445cd2bf89dab.tar.zst
nixpkgs-3d3479f717769a27e2a4a4e9d0b445cd2bf89dab.zip
php81: init at 8.1.1
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml9
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md2
-rw-r--r--nixos/tests/all-tests.nix1
3 files changed, 10 insertions, 2 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index 91c91dc0ab3..0b426aaecc0 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -14,8 +14,13 @@
   </itemizedlist>
   <section xml:id="sec-release-22.05-highlights">
     <title>Highlights</title>
-    <para>
-    </para>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          PHP 8.1 is now available
+        </para>
+      </listitem>
+    </itemizedlist>
   </section>
   <section xml:id="sec-release-22.05-new-services">
     <title>New Services</title>
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index b233d02fa56..0f39c20a76e 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -6,6 +6,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 ## Highlights {#sec-release-22.05-highlights}
 
+- PHP 8.1 is now available
+
 ## New Services {#sec-release-22.05-new-services}
 
 ## Backward Incompatibilities {#sec-release-22.05-incompatibilities}
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 5afe05c1b72..68a15d32bf8 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -358,6 +358,7 @@ in
   php = handleTest ./php {};
   php74 = handleTest ./php { php = pkgs.php74; };
   php80 = handleTest ./php { php = pkgs.php80; };
+  php81 = handleTest ./php { php = pkgs.php81; };
   pinnwand = handleTest ./pinnwand.nix {};
   plasma5 = handleTest ./plasma5.nix {};
   plasma5-systemd-start = handleTest ./plasma5-systemd-start.nix {};