We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afceba6 commit 101af24Copy full SHA for 101af24
1 file changed
.github/workflows/test.yml
@@ -25,12 +25,11 @@ jobs:
25
with:
26
python-version: ${{ matrix.python-version }}
27
28
- - name: Set up JDK 21
+ - name: Set up JDK 25
29
uses: actions/setup-java@v5
30
31
distribution: 'temurin'
32
- java-version: '21'
33
-
+ java-version: '25'
34
- name: Create and activate virtualenv
35
run: |
36
python -m venv venv
0 commit comments