Skip to content

Commit 78de18a

Browse files
committed
Use Java 8 for rdf-toolkit
This applies a fix made to the CASE and UCO ontology repositories. References: * [UCO OC-164] (CP-71) Ontology syntax-check CI does not run with Java 11 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 3b2ba8e commit 78de18a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727

2828
steps:
2929
- uses: actions/checkout@v2
30+
- uses: actions/setup-java@v2
31+
with:
32+
distribution: 'adopt'
33+
java-version: '8'
3034
- name: Set up Python ${{ matrix.python-version }}
3135
uses: actions/setup-python@v2
3236
with:

0 commit comments

Comments
 (0)