Skip to content

Commit 5f3e8d5

Browse files
committed
bump jdk
1 parent 65d2814 commit 5f3e8d5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
java_version: ['11', '16']
11+
java_version: ['11', '17', '20']
1212
os: [ubuntu-latest, windows-latest, macOS-latest]
1313
steps:
1414
- uses: actions/[email protected]

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup JDK
2222
uses: actions/setup-java@v3
2323
with:
24-
java-version: 16
24+
java-version: 17
2525
distribution: 'adopt'
2626

2727
- name: Build javadoc

.github/workflows/qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
fetch-depth: ''
1818
- run: |
1919
git fetch --prune --unshallow
20-
- name: Set up JDK 11
20+
- name: Set up JDK 17
2121
uses: actions/setup-java@v3
2222
with:
23-
java-version: 11
23+
java-version: 17
2424
distribution: 'adopt'
2525
- name: SonarCloud Scan
2626
run: ./gradlew check sonarqube

0 commit comments

Comments
 (0)