Skip to content

Commit 98ec00e

Browse files
Merge pull request #22 from casework/OC-164
Use Java 8 for rdf-toolkit
2 parents 3b2ba8e + 78de18a commit 98ec00e

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)