diff --git a/tests/pylorax/blueprints/example-atlas.toml b/tests/pylorax/blueprints/example-atlas.toml index 33d8ea49..6d969ee7 100644 --- a/tests/pylorax/blueprints/example-atlas.toml +++ b/tests/pylorax/blueprints/example-atlas.toml @@ -8,4 +8,4 @@ version = "3.10.*" [[modules]] name = "python3-numpy" -version = "1.14.*" +version = "1.15.*" diff --git a/tests/pylorax/blueprints/example-http-server.toml b/tests/pylorax/blueprints/example-http-server.toml index b8dcb718..61589bea 100644 --- a/tests/pylorax/blueprints/example-http-server.toml +++ b/tests/pylorax/blueprints/example-http-server.toml @@ -16,11 +16,11 @@ version = "2.4.*" [[modules]] name = "php" -version = "7.2.4" +version = "7.2.*" [[modules]] name = "php-mysqlnd" -version = "7.2.4" +version = "7.2.*" [[packages]] name = "tmux" diff --git a/tests/pylorax/blueprints/example-kubernetes.toml b/tests/pylorax/blueprints/example-kubernetes.toml index ee6937a0..a9076a70 100644 --- a/tests/pylorax/blueprints/example-kubernetes.toml +++ b/tests/pylorax/blueprints/example-kubernetes.toml @@ -4,7 +4,7 @@ version = "0.0.1" [[modules]] name = "kubernetes" -version = "1.9.*" +version = "1.10.*" [[modules]] name = "docker"