Skip to content

Commit

Permalink
Merge pull request #226 from pnuckowski/restore-tests
Browse files Browse the repository at this point in the history
restore tests for python 3.6
  • Loading branch information
pnuckowski authored Dec 13, 2022
2 parents 695c0c2 + af92ab0 commit 2165872
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,57 +17,78 @@ jobs:
build:
env:
PYTEST_ADDOPTS: "--cov --cov-report=xml"
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
include:
- python-minor-version: 6
aiohttp-version: aiohttp30
os: ubuntu-18.04
- python-minor-version: 6
aiohttp-version: aiohttp31
os: ubuntu-18.04
- python-minor-version: 6
aiohttp-version: aiohttp32
os: ubuntu-18.04
- python-minor-version: 6
aiohttp-version: aiohttp33
os: ubuntu-18.04
- python-minor-version: 6
aiohttp-version: aiohttp34
os: ubuntu-18.04
- python-minor-version: 6
aiohttp-version: aiohttp35
os: ubuntu-18.04
- python-minor-version: 6
aiohttp-version: aiohttp36
os: ubuntu-18.04
- python-minor-version: 6
aiohttp-version: aiohttp37
os: ubuntu-18.04

- python-minor-version: 7
aiohttp-version: aiohttp33
os: ubuntu-latest
- python-minor-version: 7
aiohttp-version: aiohttp34
os: ubuntu-latest
- python-minor-version: 7
aiohttp-version: aiohttp35
os: ubuntu-latest
- python-minor-version: 7
aiohttp-version: aiohttp36
os: ubuntu-latest
- python-minor-version: 7
aiohttp-version: aiohttp37
os: ubuntu-latest

- python-minor-version: 8
aiohttp-version: aiohttp33
os: ubuntu-latest
- python-minor-version: 8
aiohttp-version: aiohttp34
os: ubuntu-latest
- python-minor-version: 8
aiohttp-version: aiohttp35
os: ubuntu-latest
- python-minor-version: 8
aiohttp-version: aiohttp36
os: ubuntu-latest
- python-minor-version: 8
aiohttp-version: aiohttp37
os: ubuntu-latest

- python-minor-version: 9
aiohttp-version: aiohttp35
os: ubuntu-latest
- python-minor-version: 9
aiohttp-version: aiohttp36
os: ubuntu-latest
- python-minor-version: 9
aiohttp-version: aiohttp37

os: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ env.python-major-version }}.${{ matrix.python-minor-version }}
Expand Down

0 comments on commit 2165872

Please sign in to comment.