Skip to content

Commit cf6d1a0

Browse files
test
1 parent 4d53b43 commit cf6d1a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jacoco.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
uses: actions/checkout@v3
1919

2020

21-
- name: Set up JDK 17
21+
- name: Set up JDK 11
2222
uses: actions/setup-java@v3
2323
with:
2424
distribution: 'adopt'
25-
java-version: '17'
25+
java-version: '11'
2626

2727
- name: Build with Maven
2828
run: mvn -B package -Pcoverage

0 commit comments

Comments
 (0)