mirror of
https://codeberg.org/icewind/haze.git
synced 2026-08-02 12:14:46 +02:00
add phpunit 13
This commit is contained in:
parent
3f15ab0551
commit
44da124f75
2 changed files with 106 additions and 107 deletions
|
|
@ -1,15 +1,9 @@
|
|||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
php,
|
||||
majorVersion,
|
||||
phpunit,
|
||||
testers,
|
||||
versionCheckHook,
|
||||
}: let
|
||||
inherit (lib) concatStringsSep splitString take;
|
||||
phpVersion = concatStringsSep "." (take 2 (splitString "." php.version));
|
||||
versions = {
|
||||
"9" = {
|
||||
version = "9.6.25";
|
||||
|
|
@ -31,6 +25,11 @@
|
|||
hash = "sha256-D5WI1kv05L8X3Gfw/MCxGdIcqWyWJg68GL9I24z/zIY=";
|
||||
vendorHash = "sha256-DBzpwDVCOaw+5rXGLiCHBhKg+kibvBD1XDNFMte3Heo=";
|
||||
};
|
||||
"13" = {
|
||||
version = "13.2.4";
|
||||
hash = "sha256-TL6KYumNXUQ2nvkw3s/0UtT3CVw1YZfAmaCn8FHznrg=";
|
||||
vendorHash = "sha256-Vlpjra9pcqhEy6fe6he6gsivQEmaHRgspy14DwCEOW4=";
|
||||
};
|
||||
};
|
||||
in
|
||||
php.buildComposerProject2 (finalAttrs: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue