ci: run int. tests against py3.6 and py3.9

This commit is contained in:
Erik Sundell
2021-10-17 02:28:38 +02:00
parent f4feaa08b5
commit 8635af59de

View File

@@ -61,12 +61,15 @@ jobs:
matrix_include_pre_filter: |
- name: "Int. tests: Ubuntu 18.04, Py 3.6"
runs_on: ubuntu-18.04
python_version: 3.6
extra_flags: ""
- name: "Int. tests: Ubuntu 20.04, Py 3.9"
runs_on: ubuntu-20.04
python_version: 3.9
extra_flags: ""
- name: "Int. tests: Ubuntu 20.04, Py 3.9, --upgrade"
runs_on: ubuntu-20.04
python_version: 3.9
extra_flags: --upgrade
dont_run_on_ref: refs/heads/master
@@ -83,7 +86,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: ${{ matrix.python_version }}
- name: Set BOOTSTRAP_PIP_SPEC value
run: |