Skip to content

Commit

Permalink
Remove JDK 11 from CI
Browse files Browse the repository at this point in the history
also use 21 for snapshot builds, see #1015
  • Loading branch information
cushon authored Oct 4, 2024
1 parent 4340416 commit 6c43670
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .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 Expand Up @@ -114,10 +114,10 @@ jobs:
steps:
- name: "Check out repository"
uses: actions/checkout@v4
- name: "Set up JDK 17"
- name: "Set up JDK 21"
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: "zulu"
cache: "maven"
server-id: sonatype-nexus-snapshots
Expand Down

0 comments on commit 6c43670

Please sign in to comment.