Skip to content

Commit 101af24

Browse files
committed
fix (CI): updating java version
1 parent afceba6 commit 101af24

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@ jobs:
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

28-
- name: Set up JDK 21
28+
- name: Set up JDK 25
2929
uses: actions/setup-java@v5
3030
with:
3131
distribution: 'temurin'
32-
java-version: '21'
33-
32+
java-version: '25'
3433
- name: Create and activate virtualenv
3534
run: |
3635
python -m venv venv

0 commit comments

Comments
 (0)