mirror of
https://github.com/suyiiyii/SIMS.git
synced 2026-06-23 05:48:22 +08:00
Revert "```javarefactor(maven): 将Java版本更新到21"
This reverts commit c080be0093.
This commit is contained in:
@@ -22,10 +22,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: rm -rf test.db
|
||||
- name: Set up JDK 21
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '21'
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
cache: maven
|
||||
- run: mvn -B test --file pom.xml
|
||||
|
||||
Reference in New Issue
Block a user