mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 23:03:53 -05:00
CI: Bump versions
This commit is contained in:
8
.github/workflows/macos_build.yml
vendored
8
.github/workflows/macos_build.yml
vendored
@@ -6,10 +6,10 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version:
|
python-version:
|
||||||
- 3.7.10
|
- 3.7.13
|
||||||
- 3.8.10
|
- 3.8.13
|
||||||
- 3.9.5
|
- 3.9.13
|
||||||
- 3.10.0
|
- 3.10.6
|
||||||
runs-on: macos-10.15
|
runs-on: macos-10.15
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
8
.github/workflows/ubuntu_build.yml
vendored
8
.github/workflows/ubuntu_build.yml
vendored
@@ -6,10 +6,10 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version:
|
python-version:
|
||||||
- 3.7.10
|
- 3.7.13
|
||||||
- 3.8.10
|
- 3.8.13
|
||||||
- 3.9.5
|
- 3.9.13
|
||||||
- 3.10.0
|
- 3.10.6
|
||||||
runs-on: Ubuntu-20.04
|
runs-on: Ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user