Skip to content

Commit 5ea71b9

Browse files
committed
cicd: updated the Java versions for CI
1 parent 7763493 commit 5ea71b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/java-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
javaver: [21, 22, 23, 24]
14+
javaver: [21, 22, 23, 24, 25]
1515
os: [ubuntu-latest, windows-latest, macos-latest]
1616
steps:
1717
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)