Skip to content

Commit 160c621

Browse files
committed
Test on Java 25
Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
1 parent c22df08 commit 160c621

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest]
17-
java_version: ['17', '21']
17+
java_version: ['17', '21', '25']
1818
fail-fast: false
1919

2020
steps:
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
os: [windows-latest, ubuntu-latest]
44-
java_version: ['17', '21']
44+
java_version: ['17', '21', '25']
4545
fail-fast: false
4646

4747
steps:
@@ -105,7 +105,7 @@ jobs:
105105
strategy:
106106
matrix:
107107
os: [ubuntu-latest, windows-latest]
108-
java_version: ['17', '21']
108+
java_version: ['17', '21', '25']
109109
fail-fast: false
110110

111111
steps:

0 commit comments

Comments
 (0)