mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
[Revert me] Experiment with Python-Ubuntu combinations
This commit is contained in:
24
.github/workflows/main.yml
vendored
24
.github/workflows/main.yml
vendored
@@ -7,11 +7,31 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ${{ matrix.runs-on }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8"]
|
include:
|
||||||
|
- python-version: "3.7"
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
- python-version: "3.8"
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
- python-version: "3.9"
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
- python-version: "3.10"
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
- python-version: "3.11"
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
- python-version: "pypy-3.7"
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
- python-version: "pypy-3.8"
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
- python-version: "pypy-3.9"
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
- python-version: "pypy-3.10"
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
- python-version: "pypy-3.11"
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3.5.2
|
- uses: actions/checkout@v3.5.2
|
||||||
|
|||||||
Reference in New Issue
Block a user