summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
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/tests/all-tests.nix
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/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
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 {};