From 08b56ded4299dbb052502a6ef161aedc233ff8b0 Mon Sep 17 00:00:00 2001 From: Grzegorz Piwowarek Date: Mon, 11 Sep 2023 14:20:52 +0200 Subject: [PATCH] Update pitest.yml --- .github/workflows/pitest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pitest.yml b/.github/workflows/pitest.yml index fa2ecb2d..d805df80 100644 --- a/.github/workflows/pitest.yml +++ b/.github/workflows/pitest.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '8' ] + java: [ '21-ea' ] architecture: [ 'x64' ] name: Mutation Testing with JDK ${{ matrix.java }} on ${{ matrix.architecture }} steps: