Skip to content

Commit 4389a29

Browse files
authored
Update Java version in Maven workflow to java 25
1 parent b74fad2 commit 4389a29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
maven_profile: ""
3939
- java: 21
4040
maven_profile: "-Pjdk21"
41-
- java: 25-ea
41+
- java: 25
4242
maven_profile: "-Pjdk25"
4343
fail-fast: false
4444

@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
if [[ "${{ matrix.java }}" == "21" ]]; then
6161
echo "JAVA_HOME_21=$JAVA_HOME" >> $GITHUB_ENV
62-
elif [[ "${{ matrix.java }}" == "25-ea" ]]; then
62+
elif [[ "${{ matrix.java }}" == "25" ]]; then
6363
echo "JAVA_HOME_25=$JAVA_HOME" >> $GITHUB_ENV
6464
fi
6565

0 commit comments

Comments
 (0)