Skip to content

Commit 8d004bd

Browse files
authored
chore: use latest LTS java version for lint and coverage checks (#829)
1 parent 8fbc8ad commit 8d004bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-java@v3
2525
with:
2626
distribution: 'zulu'
27-
java-version: '8'
27+
java-version: '17'
2828

2929
- name: Checkout base branch
3030
uses: actions/checkout@v3

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
steps:
2323
- name: Checkout code
2424
uses: actions/checkout@v3
25-
- name: Set up JDK 1.8
25+
- name: Set up JDK 17
2626
uses: actions/setup-java@v3
2727
with:
2828
distribution: 'zulu'
29-
java-version: '8'
29+
java-version: '17'
3030
- name: lint
3131
run: mvn -B compile -Plint

0 commit comments

Comments
 (0)