Skip to content

Commit 916001e

Browse files
authored
Merge pull request #75 from NHSDigital/ryma2fhir-patch-3
Update testingbranch.yml
2 parents 47d459a + de7285b commit 916001e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/testingbranch.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
- uses: actions/checkout@v4
2121
with:
2222
submodules: true
23+
24+
- uses: actions/setup-java@v4
25+
with:
26+
distribution: 'temurin'
27+
java-version: '21'
2328

2429
- name: Check out validation-service-fhir-r4
2530
uses: actions/checkout@master

0 commit comments

Comments
 (0)