Skip to content

Commit

Permalink
Merge pull request #3355 from kubernetes-client/brendandburns-patch-14
Browse files Browse the repository at this point in the history
Add 21.0.x to CI/CD
  • Loading branch information
k8s-ci-robot committed Apr 30, 2024
2 parents 24f6cff + 789eb12 commit d559562
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
name: Java ${{ matrix.java }} Maven Test on ${{ matrix.os }}
strategy:
matrix:
# Test against the LTS Java versions. TODO: add JDK18 when it becomes available.
java: [ 11.0.x, 17.0.x ]
java: [ 11.0.x, 17.0.x, 21.0.x ]
os: [ macos-latest, windows-latest, ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit d559562

Please sign in to comment.