Skip to content

Commit eb2ed61

Browse files
committed
ci: use jdk 21 instead of 8
1 parent 8b3ac78 commit eb2ed61

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
@@ -18,11 +18,11 @@ jobs:
1818
- name: Checkout repo
1919
uses: actions/checkout@v3
2020

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

2727
- name: Make Gradle executable
2828
run: chmod +x gradlew

0 commit comments

Comments
 (0)