mirror of https://github.com/ceph/ceph-ansible.git
workflow/pytest: update python matrix version
On this branch we should test pytest against python 2.7 and 3.6. Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>pull/6166/head
parent
dc4523a0c1
commit
49522f46b1
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8]
|
||||
python-version: [2.7, 3.6]
|
||||
name: Python ${{ matrix.python-version }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue