Skip to content

Commit

Permalink
Update CI to reflect that JDK 17 is now the minimum supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
cushon committed Aug 26, 2024
1 parent 296a802 commit 15ed1be
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
java: [ 21, 17, 11 ]
java: [ 21, 17 ]
experimental: [ false ]
include:
# Only test on macos and windows with a single recent JDK to avoid a
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up JDK
uses: actions/[email protected]
with:
java-version: 11
java-version: 17
distribution: 'zulu'
cache: 'maven'
server-id: sonatype-nexus-staging
Expand Down

0 comments on commit 15ed1be

Please sign in to comment.