Skip to content

Commit 22c2d85

Browse files
authored
Run pitests with JDK23 (#2)
1 parent f680153 commit 22c2d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pitest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
java: [ '21' ]
17+
java: [ '23' ]
1818
architecture: [ 'x64' ]
1919
name: Mutation Testing with JDK ${{ matrix.java }} on ${{ matrix.architecture }}
2020
steps:

0 commit comments

Comments
 (0)