We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b49bc commit 88ab8ecCopy full SHA for 88ab8ec
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
strategy:
22
matrix:
23
- jdk: [11, 15]
+ jdk: [17, 21]
24
steps:
25
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
26
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
@@ -58,7 +58,7 @@ jobs:
58
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
59
with:
60
distribution: 'adopt'
61
- java-version: 11
+ java-version: 17
62
63
- name: Build and publish to github
64
run: ./gradlew -P releasing publish publishPlugins githubRelease -s
0 commit comments