Skip to content

Commit

Permalink
Transition from Java 8 to 11
Browse files Browse the repository at this point in the history
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 <alexander.nelson@nist.gov>
(cherry picked from commit 282468f)
  • Loading branch information
ajnelson-nist committed Jun 1, 2022
1 parent bb099de commit d3aa360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d3aa360

Please sign in to comment.