mirror of
https://github.com/actions/setup-python.git
synced 2025-04-19 19:33:29 +00:00
fix versions
This commit is contained in:
parent
9ab3587cf6
commit
978873d606
8
.github/workflows/test-python.yml
vendored
8
.github/workflows/test-python.yml
vendored
@ -26,9 +26,9 @@ jobs:
|
||||
- os: ubuntu-22.04
|
||||
python: 3.5.4
|
||||
- os: ubuntu-22.04
|
||||
python: 3.6.4
|
||||
python: 3.6.7
|
||||
- os: ubuntu-22.04
|
||||
python: 3.7.4
|
||||
python: 3.7.5
|
||||
- os: windows-latest
|
||||
python: 3.8.15
|
||||
steps:
|
||||
@ -70,9 +70,9 @@ jobs:
|
||||
- os: ubuntu-22.04
|
||||
python: 3.5.4
|
||||
- os: ubuntu-22.04
|
||||
python: 3.6.4
|
||||
python: 3.6.7
|
||||
- os: ubuntu-22.04
|
||||
python: 3.7.4
|
||||
python: 3.7.5
|
||||
- os: windows-latest
|
||||
python: 3.8.15
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user