Skip to content

Commit ee0d65e

Browse files
committed
Add a matrix build for Corretto JDK 25
1 parent b557267 commit ee0d65e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
platform: [ubuntu-latest, macos-latest, windows-latest]
15-
jdk: [17, 21]
15+
jdk: [17, 21, 25]
1616

1717
runs-on: ${{ matrix.platform }}
1818
name: on ${{ matrix.platform }} with JDK ${{ matrix.jdk }}
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up JDK ${{ matrix.jdk }}
2323
uses: actions/setup-java@v5
2424
with:
25-
distribution: 'temurin'
25+
distribution: 'corretto'
2626
java-version: '${{ matrix.jdk }}'
2727
check-latest: true
2828
cache: 'maven'

0 commit comments

Comments
 (0)