diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 765c9f5a..d710570a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -10,14 +10,14 @@ jobs: Build: strategy: matrix: - jdkversion: [11] + jdkversion: [ 11,8 ] runs-on: windows-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v3 - uses: actions/setup-java@v3 with: distribution: 'temurin' java-version: ${{ matrix.jdkversion }} cache: 'maven' - - name: 使用Maven构建 - run: mvn -V -B clean package --file pom.xml \ No newline at end of file + - name: Build + run: mvn -V -B clean package --file pom.xml