We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a0a3b commit 6e2da8dCopy full SHA for 6e2da8d
.github/workflows/test.yaml
@@ -22,22 +22,17 @@ jobs:
22
- ubuntu-latest
23
- windows-latest
24
python-version:
25
- - "3.8"
26
- "3.9"
27
- "3.10"
28
- "3.11"
+ - "3.12"
29
+ - "3.13"
30
runs-on: ${{ matrix.os }}
31
steps:
32
- uses: actions/checkout@v4
- - uses: actions/setup-python@v5
33
+ - uses: ./.github/actions/setup-python-and-git
34
with:
35
python-version: ${{ matrix.python-version }}
- - name: Check git is working
36
- run: |
37
- git config --global user.email "[email protected]"
38
- git config --global user.name "Testing Git"
39
- git --version
40
- git config --list
41
- name: Check mercurial is working
42
run: |
43
echo -e '[ui]\nusername = Testing Mercurial<[email protected]>' > ~/.hgrc
0 commit comments