Skip to content

Commit

Permalink
Merge pull request #3354 from kubernetes-client/brendandburns-patch-13
Browse files Browse the repository at this point in the history
Update maven.yml for legacy branch
  • Loading branch information
k8s-ci-robot committed Apr 30, 2024
2 parents 5ed15d4 + e931ce8 commit 3dd0640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
strategy:
matrix:
# Test against the LTS Java versions. TODO: add JDK18 when it becomes available.
java: [ 8.0.x, 11.0.x, 17.0.x ]
os: [ macos-latest, windows-latest, ubuntu-latest ]
java: [ 8.0.x ]
os: [ windows-latest, ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3dd0640

Please sign in to comment.