Skip to content

Commit

Permalink
Merge pull request #67 from jfdenise/main
Browse files Browse the repository at this point in the history
Use JDK21 in CI
  • Loading branch information
jfdenise authored Apr 17, 2024
2 parents e9b98b4 + 9abeebe commit aead5fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 64 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
java: ['17', '11']
java: ['21', '17', '11']

steps:
- uses: actions/checkout@v2
Expand Down
63 changes: 0 additions & 63 deletions cli-support/dependency-reduced-pom.xml

This file was deleted.

0 comments on commit aead5fd

Please sign in to comment.