Skip to content

Commit 88ab8ec

Browse files
committed
.github: use JDK 17, 21 in CI (LTS versions supported by gradle)
1 parent 84b49bc commit 88ab8ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
jdk: [11, 15]
23+
jdk: [17, 21]
2424
steps:
2525
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
2626
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
5959
with:
6060
distribution: 'adopt'
61-
java-version: 11
61+
java-version: 17
6262

6363
- name: Build and publish to github
6464
run: ./gradlew -P releasing publish publishPlugins githubRelease -s

0 commit comments

Comments
 (0)