This commit is contained in:
HaHaWTH 2023-11-11 12:55:42 +08:00
parent 702b6aae32
commit 69b170b754

View File

@ -10,7 +10,7 @@ jobs:
Build:
strategy:
matrix:
jdkversion: [11]
jdkversion: [ 11,8 ]
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
@ -19,5 +19,5 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.jdkversion }}
cache: 'maven'
- name: 使用Maven构建
- name: Build
run: mvn -V -B clean package --file pom.xml