Skip to content

Commit ba076c1

Browse files
committed
fix(ci): publish java version
1 parent eab3286 commit ba076c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: Checkout code
1818
uses: actions/checkout@v4
1919

20-
- name: Setup JDK 7
20+
- name: Setup JDK 8
2121
uses: actions/setup-java@v4
2222
with:
23-
java-version: '7'
23+
java-version: '8'
2424
distribution: 'zulu'
2525
cache: 'maven'
2626
server-id: central

0 commit comments

Comments
 (0)