We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbc8ad commit 8d004bdCopy full SHA for 8d004bd
.github/workflows/coverage.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/setup-java@v3
25
with:
26
distribution: 'zulu'
27
- java-version: '8'
+ java-version: '17'
28
29
- name: Checkout base branch
30
uses: actions/checkout@v3
.github/workflows/tests.yml
@@ -22,10 +22,10 @@ jobs:
22
steps:
23
- name: Checkout code
- - name: Set up JDK 1.8
+ - name: Set up JDK 17
- name: lint
31
run: mvn -B compile -Plint
0 commit comments