We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ea589 commit f8e3399Copy full SHA for f8e3399
1 file changed
.github/workflows/test.yml
@@ -16,8 +16,8 @@ jobs:
16
fail-fast: false
17
matrix:
18
os: [macos-latest, ubuntu-latest, windows-latest]
19
- jdk: [8, 17, 19]
20
- python-version: ["3.9", "3.11"]
+ jdk: [8, 17, 19, 21, 25]
+ python-version: ["3.9", "3.11","3.12","3.13","3.14"]
21
22
steps:
23
- uses: actions/checkout@v3
0 commit comments