From 78de18af366b5dcb1d1042dfe087e1289694cfad Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 29 Oct 2021 16:08:54 -0400 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e976a0..b4d0c35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,10 @@ jobs: steps: - uses: actions/checkout@v2 + - uses: actions/setup-java@v2 + with: + distribution: 'adopt' + java-version: '8' - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: