From d3aa360a9f8b92b0c1c496250e426a4938ce7c75 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 25 May 2022 22:06:06 -0400 Subject: [PATCH] Transition from Java 8 to 11 With the current version of `rdf-toolkit-action`, this is expected to cause a CI failure due to an `rdf-toolkit.jar` incompatibility. A release coming soon for `rdf-toolkit-action` will update the `.jar` file used. Signed-off-by: Alex Nelson (cherry picked from commit 282468fc828995f2109d27d5e03d78f371779c1e) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2d0fdd1..186338aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: '8' + java-version: '11' - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: