Skip to content

Commit 287f5f8

Browse files
authored
Update JDK and Python versions in workflow
1 parent 489a679 commit 287f5f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [macos-latest, ubuntu-latest, windows-latest]
19-
jdk: [8, 17, 19]
20-
python-version: ["3.9", "3.11","3.12","3.13","3.14","3.15"]
19+
jdk: [8, 17, 19, 21, 25]
20+
python-version: ["3.9", "3.11","3.12","3.13","3.14"]
2121

2222
steps:
2323
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)