From cf6dba774931d57d5388c811fe5ce6be6c6ab5e9 Mon Sep 17 00:00:00 2001 From: Hendre Janse van Rensburg Date: Fri, 24 Jan 2025 08:32:28 +0100 Subject: [PATCH] update the reference validator version used in the validate examples action --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ecc652976..e4b168635 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ on: workflow_dispatch: env: - REFERENZVALIDATOR_VERSION: 2.5.0 + REFERENZVALIDATOR_VERSION: 2.7.0 PATH_TO_EXAMPLES: './temp_folder/' FHIR_VERSION: "4.0" INPUT_JAVA_VALIDATION_OPTIONS: "-tx http://tx.fhir.org -debug -allow-example-urls true"