From 441032b95f9545086ff2501c8fda84d9dd222287 Mon Sep 17 00:00:00 2001
From: pnuckowski
Date: Tue, 13 Dec 2022 23:55:00 +0100
Subject: [PATCH] restore 3.6
---
.github/workflows/ci.yml | 25 +++++++++++++++++++++++--
1 file changed, 23 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3b86107..9ba2a80 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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 }}