Skip to content

Commit 56c7464

Browse files
authored
update Java version
1 parent 47d459a commit 56c7464

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)