Skip to content

Commit

Permalink
chore(java-sdk): use java 21 in CI matrix (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh authored Jan 29, 2024
2 parents 9558ecb + e0cba98 commit 66c37bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11', '17', '20' ]
java: [ '11', '17', '21' ]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.5.2
- name: Set up JDK
Expand Down

0 comments on commit 66c37bb

Please sign in to comment.