mirror of https://github.com/ceph/ceph-ansible.git
pytest: drop test against py <3.8
since the bump to ansible-core 2.12, we have to drop testing against py36 and py37 given that ansible 2.12 requires python >=3.8 Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/7243/head
parent
a99812aa92
commit
404ab08a92
|
@ -13,7 +13,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.6, 3.7, 3.8]
|
python-version: [3.8, 3.9]
|
||||||
name: Python ${{ matrix.python-version }}
|
name: Python ${{ matrix.python-version }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue