Skip to content

Commit

Permalink
Use java 21 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Oct 25, 2023
1 parent 63eca80 commit a581001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-4.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
jdk: 8
profile: '-PtestDomainSockets'
- os: ubuntu-latest
jdk: 17
jdk: 21
profile: ''
- os: windows-latest
jdk: 8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-5.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
jdk: 11
profile: '-PtestDomainSockets'
- os: ubuntu-latest
jdk: 17
jdk: 21
profile: ''
- os: windows-latest
jdk: 11
Expand Down

0 comments on commit a581001

Please sign in to comment.