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 3807e7f commit 8187d29Copy full SHA for 8187d29
.github/workflows.break.until.jdk25.available/build.yml
…reak.until.jdk25.available/mvn_build.yml .github/workflows/mvn_build.yml.github/workflows.break.until.jdk25.available/mvn_build.yml renamed to .github/workflows/mvn_build.yml
@@ -17,22 +17,22 @@ jobs:
17
18
strategy:
19
matrix:
20
- maven: [ '3.8.6' ]
+ maven: [ '3.9.11' ]
21
22
steps:
23
- name: get code
24
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
25
26
- - name: Set up JDK 19
27
- uses: actions/setup-java@v3
+ - name: Set up JDK 25
+ uses: actions/setup-java@v5
28
with:
29
- java-version: '19'
30
- distribution: 'adopt'
+ distribution: 'zulu'
+ java-version: '25'
31
32
- name: Setup Maven Action
33
uses: s4u/[email protected]
34
35
- java-version: 19
+ java-version: 25
36
maven-version: ${{ matrix.maven }}
37
38
- name: run build script
0 commit comments