Skip to content

Commit

Permalink
builds on more recent JDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
dili91 committed Jan 10, 2025
1 parent 96b0e2c commit 6b65043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
java-distribution: [ temurin ]
java-version: [ 11, 17, 20, 21 ]
java-version: [ 11, 17, 20, 21, 22, 23 ]
runs-on: ${{ matrix.os }}
outputs:
project_version: ${{ steps.get_project_version.outputs.project_version }}
Expand Down

0 comments on commit 6b65043

Please sign in to comment.