We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4cb9cf commit 294b2b5Copy full SHA for 294b2b5
2 files changed
.github/workflows/maven.yml
@@ -19,11 +19,11 @@ jobs:
19
- name: 📄 Checkout repository
20
uses: actions/checkout@v4
21
22
- - name: ☕ Set up JDK 21
+ - name: ☕ Set up JDK 25
23
uses: actions/setup-java@v4
24
with:
25
distribution: temurin
26
- java-version: 21
+ java-version: 25
27
cache: maven
28
29
- name: 📦 Build with Maven
.github/workflows/release-drafter.yml
@@ -17,11 +17,11 @@ jobs:
17
18
- name: 🪛 Update version in pom.xml
0 commit comments