Skip to content

Commit

Permalink
Merge pull request #26 from NHSDigital/main
Browse files Browse the repository at this point in the history
Merge in ryans jdk 21 code
  • Loading branch information
KevinMayfield authored Mar 15, 2024
2 parents cd3d863 + 79ed5fd commit 1259960
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion src/main/resources/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"packageName": "fhir.r4.ukcore.stu3.currentbuild",
"version": "0.0.8-pre-release"
"version": "0.0.9-pre-release"
},
{
"packageName": "hl7.fhir.uv.sdc",
Expand Down

0 comments on commit 1259960

Please sign in to comment.