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 6b52ad4 commit f82d79aCopy full SHA for f82d79a
.github/workflows/ci.yml
@@ -25,10 +25,10 @@ jobs:
25
26
steps:
27
- uses: actions/checkout@v5
28
- - name: Set up JDK 11
+ - name: Set up JDK 21
29
uses: actions/setup-java@v5
30
with:
31
- java-version: '11'
+ java-version: '21'
32
distribution: 'temurin'
33
cache: maven
34
- name: Build with Maven
.github/workflows/release.yml
@@ -28,10 +28,10 @@ jobs:
fetch-depth: 0
35
36
37
0 commit comments