Skip to content

Commit 71ae12e

Browse files
committed
fix github build
1 parent 3513aa8 commit 71ae12e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml renamed to .github/workflows/default.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
restore-keys: |
2626
${{ runner.os }}-maven-
2727
28-
- name: Setup JDK 1.8
28+
- name: Setup JDK 11
2929
uses: actions/setup-java@v4
3030
with:
31-
java-version: '8'
32-
distribution: 'adopt'
31+
java-version: 11
32+
distribution: corretto
3333

3434
- name: Maven Build
3535
run: mvn -B verify -Pci

0 commit comments

Comments
 (0)