formats tests: drop jdk8 and add default jdk
It was weird to keep testing an ancient version but not test the default one. Now jdk8 has issues: https://hydra.nixos.org/build/301885710#tabs-buildsteps
This commit is contained in:
parent
c14ffc40d9
commit
7186236235
@ -23,9 +23,9 @@ let
|
||||
structured = {
|
||||
formats = import ./formats.nix { inherit pkgs; };
|
||||
java-properties = recurseIntoAttrs {
|
||||
jdk8 = pkgs.callPackage ../formats/java-properties/test { jdk = pkgs.jdk8; };
|
||||
jdk11 = pkgs.callPackage ../formats/java-properties/test { jdk = pkgs.jdk11_headless; };
|
||||
jdk17 = pkgs.callPackage ../formats/java-properties/test { jdk = pkgs.jdk17_headless; };
|
||||
jdk = pkgs.callPackage ../formats/java-properties/test { jdk = pkgs.jdk_headless; };
|
||||
};
|
||||
|
||||
libconfig = recurseIntoAttrs (import ../formats/libconfig/test { inherit pkgs; });
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user