Skip to content

Commit

Permalink
update CI to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
thombergs committed Jul 23, 2023
1 parent eefe7c2 commit dc819c6
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 @@ -13,7 +13,7 @@ jobs:
- name: "Setup Java"
uses: actions/setup-java@v1
with:
java-version: 14
java-version: 17

- name: "Initialize Gradle dependencies cache"
uses: actions/cache@v2
Expand Down

0 comments on commit dc819c6

Please sign in to comment.