Skip to content

Commit

Permalink
Merge pull request #24 from NHSDigital/ryma2fhir-patch-3
Browse files Browse the repository at this point in the history
add jdk version 21
  • Loading branch information
ryma2fhir authored Mar 14, 2024
2 parents 0002053 + 1c293f2 commit 79ed5fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'

- name: Check out IOPS-FHIR-Test-Scripts
uses: actions/checkout@master
Expand Down

0 comments on commit 79ed5fd

Please sign in to comment.