Skip to content

Commit 35b68c5

Browse files
committed
Add Java 25 to testing matrix
1 parent e436448 commit 35b68c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ubuntu-latest] # macOS-latest, windows-latest]
13-
java-version: ["8", "11", "17", "21"]
13+
java-version: ["8", "11", "17", "21", "25"]
1414
distribution: ["temurin", "corretto"]
1515
profile: ["test-direct", "test-no-direct"]
1616
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)