Skip to content

Commit 6b65043

Browse files
committed
builds on more recent JDKs
1 parent 96b0e2c commit 6b65043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
os: [ ubuntu-latest ]
2626
java-distribution: [ temurin ]
27-
java-version: [ 11, 17, 20, 21 ]
27+
java-version: [ 11, 17, 20, 21, 22, 23 ]
2828
runs-on: ${{ matrix.os }}
2929
outputs:
3030
project_version: ${{ steps.get_project_version.outputs.project_version }}

0 commit comments

Comments
 (0)