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 269932f commit 5898a8eCopy full SHA for 5898a8e
2 files changed
.github/workflows/dev-build.yml
@@ -21,11 +21,11 @@ jobs:
21
with:
22
fetch-depth: 0
23
ref: Development
24
- - name: Set up JDK 21
25
- uses: actions/setup-java@v4
+ - name: Set up JDK 25
+ uses: actions/setup-java@v5
26
27
distribution: 'adopt'
28
- java-version: '21'
+ java-version: '25'
29
- name: Cache Maven repository
30
uses: actions/cache@v4
31
.github/workflows/main-build.yml
ref: main
0 commit comments