Skip to content

Commit

Permalink
restore 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pnuckowski committed Dec 13, 2022
1 parent 45e7748 commit 441032b
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 @@ -14,57 +14,78 @@ jobs:
build:
env:
PYTEST_ADDOPTS: "--cov --cov-report=xml"
runs-on: ubuntu-latest

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

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

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

- python-version: 3.9
aiohttp-version: aiohttp35
os: ubuntu-latest
- python-version: 3.9
aiohttp-version: aiohttp36
os: ubuntu-latest
- python-version: 3.9
aiohttp-version: aiohttp37

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

0 comments on commit 441032b

Please sign in to comment.