Skip to content

Commit 0634096

Browse files
authored
Merge pull request #43 from AtomGraph/develop
Set up Java 21 in workflow (required by Jena 6)
2 parents 0aea500 + 6407867 commit 0634096

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish-docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
- name: Checkout LinkedDataHub-Apps
2121
uses: actions/checkout@v4
2222

23+
- name: Set up Java 21
24+
uses: actions/setup-java@v4
25+
with:
26+
distribution: temurin
27+
java-version: '21'
28+
2329
- name: Install Linux packages
2430
run: sudo apt-get update && sudo apt-get install -y xmlstarlet
2531

0 commit comments

Comments
 (0)