We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff13876 commit 23150bdCopy full SHA for 23150bd
2 files changed
.github/workflows/build.yml
@@ -11,10 +11,10 @@ jobs:
11
12
steps:
13
- uses: actions/checkout@v6.0.2
14
- - name: Set up JDK 21
+ - name: Set up JDK 25
15
uses: actions/setup-java@v5.2.0
16
with:
17
- java-version: "21"
+ java-version: "25"
18
distribution: "temurin"
19
- uses: gradle/actions/setup-gradle@v5.0.2
20
.github/workflows/release.yml
@@ -12,10 +12,10 @@ jobs:
contents: write
21
0 commit comments