更新工作流 Java 版本

This commit is contained in:
Super12138 2025-01-01 11:45:46 +08:00 committed by GitHub
parent d3249dd8a7
commit 0b2384fb88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,10 +15,10 @@ jobs:
with:
fetch-depth: 0
- name: set up JDK 17
- name: set up JDK 21
uses: actions/setup-java@v4.6.0
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: gradle