Skip to content

Commit 4f4e8de

Browse files
authored
Merge pull request #73 from NHSDigital/ryma2fhir-patch-1
update Java version
2 parents 27c58c3 + 56c7464 commit 4f4e8de

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/masterfhirvalidation.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
with:
2929
submodules: true
3030

31+
- uses: actions/setup-java@v4
32+
with:
33+
distribution: 'temurin'
34+
java-version: '21'
35+
3136
- name: Check out IOPS-Validation
3237
uses: actions/checkout@master
3338
with:

0 commit comments

Comments
 (0)