Skip to content

Commit c7abe1a

Browse files
committed
Drop testing support for older JDKS to limit possible issues
1 parent 089780f commit c7abe1a

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,14 +16,14 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [macos-latest, ubuntu-latest, windows-latest]
19-
jdk: [8, 17, 19, 21, 25]
19+
jdk: [19, 21, 25]
2020
python-version: ["3.9", "3.11","3.12","3.13","3.14"]
2121

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

2525
- name: Set up JDK ${{ matrix.jdk }}
26-
uses: actions/setup-java@v1
26+
uses: actions/setup-java@v4
2727
with:
2828
java-version: ${{ matrix.jdk }}
2929

0 commit comments

Comments
 (0)