Skip to content

Commit

Permalink
Use Java 17 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Dec 19, 2021
1 parent ed11250 commit 0541772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: 'maven'

Expand All @@ -44,7 +44,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: 'maven'

Expand Down

0 comments on commit 0541772

Please sign in to comment.