Skip to content

Commit

Permalink
fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eschultink committed Nov 15, 2023
1 parent 29139e3 commit 08a73f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11' # maven won't accept --release argument with java < 8; and 11 is next LTS
java-version: '17'
- name: Maven compile
run: |
cd java/
Expand Down

0 comments on commit 08a73f4

Please sign in to comment.