Skip to content

Commit 184bcc6

Browse files
authored
Jdk 25
1 parent 26538e8 commit 184bcc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest, macOS-latest]
17-
java: [11, 17, 21, 23, 24]
17+
java: [11, 17, 21, 23, 24, 25-ea]
1818

1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Set up JDK ${{ matrix.java }}
2222
uses: actions/setup-java@v4
2323
with:
24-
distribution: 'corretto'
24+
distribution: 'temurin'
2525
java-version: ${{ matrix.java }}
2626
cache: 'maven'
2727
- name: Build with Maven

0 commit comments

Comments
 (0)