From 3db66a71a1076aa245c09ca6219c8ad7d7e8d876 Mon Sep 17 00:00:00 2001 From: Cycloctane Date: Thu, 5 Dec 2024 19:53:17 +0800 Subject: [PATCH] Add release branches to aiohttp tests (#1449) add release branches to aiohttp tests Co-authored-by: Andrew Svetlov --- .github/workflows/aiohttp.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/aiohttp.yml b/.github/workflows/aiohttp.yml index 16a3bd3c2..20b1f41fd 100644 --- a/.github/workflows/aiohttp.yml +++ b/.github/workflows/aiohttp.yml @@ -27,11 +27,15 @@ jobs: name: Aiohttp tests runs-on: ubuntu-latest timeout-minutes: 30 + strategy: + matrix: + branch: ['master', '3.10', '3.11', '3.12'] steps: - name: Checkout aiohttp uses: actions/checkout@v4 with: repository: aio-libs/aiohttp + ref: ${{ matrix.branch }} submodules: true - name: Checkout yarl uses: actions/checkout@v4