File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33
4- name : Test with PyTest
4+ name : language_tool_python CI
55
66on :
77 push :
1010 branches : [ master ]
1111
1212jobs :
13- build :
14-
13+ tests :
14+ name : Test on Python ${{ matrix.python-version }}
1515 runs-on : ubuntu-latest
1616 strategy :
1717 matrix :
@@ -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
6564 bash tests/test_local.bash
6665 bash tests/test_remote.bash
6766 lint :
67+ name : Lint with Ruff
6868 runs-on : ubuntu-latest
6969 steps :
7070 - uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments