mirror of
https://github.com/suyiiyii/SIMS.git
synced 2025-06-02 00:16:11 +08:00
Revert "```javarefactor(maven): 将Java版本更新到21"
This reverts commit c080be00932a58228db28cbad61bbc9359c594ed.
This commit is contained in:
parent
c080be0093
commit
6c6ab8475c
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user