diff --git a/.github/workflows/pitest.yml b/.github/workflows/pitest.yml index d805df80..ce4617d3 100644 --- a/.github/workflows/pitest.yml +++ b/.github/workflows/pitest.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '21-ea' ] + java: [ '21' ] architecture: [ 'x64' ] name: Mutation Testing with JDK ${{ matrix.java }} on ${{ matrix.architecture }} steps: @@ -23,7 +23,7 @@ jobs: with: java-version: ${{ matrix.java }} architecture: ${{ matrix.architecture }} - distribution: 'temurin' + distribution: 'oracle' - uses: actions/cache@v3.3.2 with: diff --git a/pom.xml b/pom.xml index 6b687c95..b05196fc 100644 --- a/pom.xml +++ b/pom.xml @@ -138,7 +138,7 @@ org.pitest pitest-maven - 1.9.8 + 1.15.0 *ArchitectureTest @@ -148,7 +148,7 @@ org.pitest pitest-junit5-plugin - 1.1.0 + 1.2.0