We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae72ced commit a60fbc9Copy full SHA for a60fbc9
.github/workflows/maven.yml
@@ -17,10 +17,10 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v3
20
- - name: Set up JDK 17
+ - name: Set up JDK 25
21
uses: actions/setup-java@v3
22
with:
23
- java-version: 21
+ java-version: 25
24
architecture: x64
25
distribution: temurin
26
cache: maven
.github/workflows/release.yml
@@ -15,10 +15,10 @@ jobs:
15
16
- uses: actions/checkout@v4
- - name: Set up JDK 21
uses: actions/setup-java@v4
0 commit comments