From 9d98246ac0c342d123800e8f5a9d3dc70c10de56 Mon Sep 17 00:00:00 2001 From: Grzegorz Piwowarek Date: Tue, 3 Oct 2023 14:38:17 +0200 Subject: [PATCH] Update Pitest to JDK21 (#780) --- .github/workflows/pitest.yml | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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