From de7285bfee4e10a8be900ef005d8fbcfbab83bee Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Fri, 15 Mar 2024 13:10:17 +0000 Subject: [PATCH] Update testingbranch.yml --- .github/workflows/testingbranch.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/testingbranch.yml b/.github/workflows/testingbranch.yml index e1002d1..2f8aa9f 100644 --- a/.github/workflows/testingbranch.yml +++ b/.github/workflows/testingbranch.yml @@ -20,6 +20,11 @@ jobs: - uses: actions/checkout@v4 with: submodules: true + + - uses: actions/setup-java@v4 + with: + distribution: 'temurin' + java-version: '21' - name: Check out validation-service-fhir-r4 uses: actions/checkout@master