Skip to content

Commit

Permalink
add jdk23 to PR validation
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Oct 11, 2024
1 parent 51233ec commit 5550d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [17, 21]
java: [17, 23]
steps:
- uses: actions/checkout@v3
- name: Set up JDK ${{ matrix.java }}
Expand Down

0 comments on commit 5550d05

Please sign in to comment.