1 parent 8dcd9de commit f6d7b36Copy full SHA for f6d7b36
1 file changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ permissions:
21
22
jobs:
23
build:
24
- name: JDK 8 Build & Verify
+ name: JDK 17 Build & Verify
25
runs-on: ubuntu-latest
26
timeout-minutes: 30
27
steps:
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/setup-java@v5
33
with:
34
distribution: temurin
35
- java-version: '8'
+ java-version: '17'
36
cache: maven
37
38
- name: Build and verify with JaCoCo coverage gate
0 commit comments