Skip to content

Commit

Permalink
Add tests against aiohttp 3.8 to GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinsulikowski committed Oct 19, 2022
1 parent 4b61917 commit 683fead
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
aiohttp-version: aiohttp36
- python-version: 3.6
aiohttp-version: aiohttp37
- python-version: 3.6
aiohttp-version: aiohttp38

- python-version: 3.7
aiohttp-version: aiohttp33
Expand All @@ -46,6 +48,8 @@ jobs:
aiohttp-version: aiohttp36
- python-version: 3.7
aiohttp-version: aiohttp37
- python-version: 3.7
aiohttp-version: aiohttp38

- python-version: 3.8
aiohttp-version: aiohttp33
Expand All @@ -57,20 +61,26 @@ jobs:
aiohttp-version: aiohttp36
- python-version: 3.8
aiohttp-version: aiohttp37
- python-version: 3.8
aiohttp-version: aiohttp38

- python-version: 3.9
aiohttp-version: aiohttp35
- python-version: 3.9
aiohttp-version: aiohttp36
- python-version: 3.9
aiohttp-version: aiohttp37
- python-version: 3.9
aiohttp-version: aiohttp38

- python-version: "3.10"
aiohttp-version: aiohttp35
- python-version: "3.10"
aiohttp-version: aiohttp36
- python-version: "3.10"
aiohttp-version: aiohttp37
- python-version: "3.10"
aiohttp-version: aiohttp38

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 683fead

Please sign in to comment.