diff --git a/.github/workflows/ci-4.x.yml b/.github/workflows/ci-4.x.yml index d7c61040..90250ea9 100644 --- a/.github/workflows/ci-4.x.yml +++ b/.github/workflows/ci-4.x.yml @@ -20,11 +20,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install JDK - uses: actions/setup-java@v2 + uses: actions/setup-java@v4 with: - java-version: ${{ matrix.jdk }} + java-version: | + ${{ matrix.jdk }} + 17 distribution: temurin - name: Run tests run: mvn -s .github/maven-ci-settings.xml -q clean verify -B diff --git a/pom.xml b/pom.xml index d5f7280d..8046eba5 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,8 @@ 3.7.0 2.6.1.Final ${project.basedir}/src/main/resources/META-INF/MANIFEST.MF + 17 + 17 @@ -109,6 +111,27 @@ + + + org.apache.maven.plugins + maven-toolchains-plugin + 1.1 + + + + toolchain + + + + + + + 17 + + + + +