Skip to content

Commit

Permalink
update ci jdk to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayacco committed Jul 26, 2022
1 parent 2657947 commit 6fa3571
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: zulu
java-version: 11
java-version: 17

# Check out current repository
- name: Fetch Sources
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: zulu
java-version: 11
java-version: 17

# Check out current repository
- name: Fetch Sources
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: zulu
java-version: 11
java-version: 17

# Check out current repository
- name: Fetch Sources
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: zulu
java-version: 11
java-version: 17

# Check out current repository
- name: Fetch Sources
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: zulu
java-version: 11
java-version: 17

# Check out current repository
- name: Fetch Sources
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: zulu
java-version: 11
java-version: 17

# Check out current repository
- name: Fetch Sources
Expand Down

0 comments on commit 6fa3571

Please sign in to comment.