Skip to content

Commit

Permalink
Update CI to use Java 21 instead of 17
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Oct 5, 2024
1 parent 3c70aec commit e9936c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-5.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- os: windows-latest
jdk: 11
- os: ubuntu-latest
jdk: 17
jdk: 21
uses: ./.github/workflows/ci.yml
with:
branch: ${{ github.event.pull_request.head.sha || github.ref_name }}
Expand Down

0 comments on commit e9936c3

Please sign in to comment.