Skip to content

Commit 6b23d2a

Browse files
authored
Merge pull request #6 from RobinPcrd/fix-publish-java-version
fix(ci): publish java version
2 parents eab3286 + ba076c1 commit 6b23d2a

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)