From a9b6c05250a4b6a0da45a1a3ed5b5ca719bae518 Mon Sep 17 00:00:00 2001 From: Jo Basevi Date: Mon, 26 Aug 2024 12:09:05 +1000 Subject: [PATCH] config/ci.json: Add global default and update schema to 2-0-0 --- config/ci.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/ci.json b/config/ci.json index 5c4d3e3..d7e3966 100644 --- a/config/ci.json +++ b/config/ci.json @@ -1,5 +1,5 @@ { - "$schema": "https://github.com/ACCESS-NRI/schema/tree/main/au.org.access-nri/model/configuration/ci/1-0-0.json", + "$schema": "https://github.com/ACCESS-NRI/schema/tree/main/au.org.access-nri/model/configuration/ci/2-0-0.json", "scheduled": { "default": { "markers": "checksum" @@ -17,6 +17,7 @@ }, "default": { "model-config-tests-version": "0.0.1", - "python-version": "3.11.0" + "python-version": "3.11.0", + "payu-version": "1.1.4" } } \ No newline at end of file